What is the RGB code for forest green?
The CSS color forest green in RGB format is rgb(6, 71, 12). Use this value directly in CSS, SVG, and most design tools.
How do I use forest green in CSS?
To apply forest green in CSS:
- Text color: color: rgb(6, 71, 12);
- Background: background-color: rgb(6, 71, 12);
- Border: border-color: rgb(6, 71, 12);
What are all the color format values for forest green?
| Format | Value |
|---|---|
| HEX | #06470c |
| RGB | rgb(6, 71, 12) |
| HSL | hsl(125.5, 84.4%, 15.1%) |
| CMYK | cmyk(91.5%, 0%, 83.1%, 72.2%) |
How do I convert forest green to RGB?
Select forest green from the color name list in our color converter. The RGB value — rgb(6, 71, 12) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does forest green belong to?
forest green belongs to the green color family. It is a dark, vivid color with HSL values: hue 125.5°, saturation 84.4%, lightness 15.1%.
How do I create lighter and darker shades of forest green?
Lighter variant (lightness 30.1%): #0c8e18. Darker variant (lightness 5%): #021804. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.