What is the HEX code for dark grass green?
The CSS color dark grass green in HEX format is #388004. Use this value directly in CSS, SVG, and most design tools.
How do I use dark grass green in CSS?
To apply dark grass green in CSS:
- Text color: color: #388004;
- Background: background-color: #388004;
- Border: border-color: #388004;
What are all the color format values for dark grass green?
| Format | Value |
|---|---|
| HEX | #388004 |
| RGB | rgb(56, 128, 4) |
| HSL | hsl(94.8, 93.9%, 25.9%) |
| CMYK | cmyk(56.3%, 0%, 96.9%, 49.8%) |
How do I convert dark grass green to HEX?
Select dark grass green from the color name list in our color converter. The HEX value — #388004 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark grass green belong to?
dark grass green belongs to the green color family. It is a dark, vivid color with HSL values: hue 94.8°, saturation 93.9%, lightness 25.9%.
How do I create lighter and darker shades of dark grass green?
Lighter variant (lightness 40.9%): #59ca06. Darker variant (lightness 10.899999999999999%): #183602. 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.