What is the RGB code for dark forest green?
The CSS color dark forest green in RGB format is rgb(0, 45, 4). Use this value directly in CSS, SVG, and most design tools.
How do I use dark forest green in CSS?
To apply dark forest green in CSS:
- Text color: color: rgb(0, 45, 4);
- Background: background-color: rgb(0, 45, 4);
- Border: border-color: rgb(0, 45, 4);
What are all the color format values for dark forest green?
| Format | Value |
|---|---|
| HEX | #002d04 |
| RGB | rgb(0, 45, 4) |
| HSL | hsl(125.3, 100%, 8.8%) |
| CMYK | cmyk(100%, 0%, 91.1%, 82.4%) |
How do I convert dark forest green to RGB?
Select dark forest green from the color name list in our color converter. The RGB value — rgb(0, 45, 4) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark forest green belong to?
dark forest green belongs to the near-black color family. It is a dark, vivid color with HSL values: hue 125.3°, saturation 100%, lightness 8.8%.
How do I create lighter and darker shades of dark forest green?
Lighter variant (lightness 23.8%): #00790b. Darker variant (lightness 5%): #001902. 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.