What is the HEX code for forest green?
The CSS color forest green in HEX format is #06470c. 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: #06470c;
- Background: background-color: #06470c;
- Border: border-color: #06470c;
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 HEX?
Select forest green from the color name list in our color converter. The HEX value — #06470c — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.