#0F4207
A very dark, vivid green closely aligning with Darkolivegreen.
About #0F4207
At its core, #0F4207 is a very dark and vivid hue. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 15 red, 66 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 0% magenta, 89% yellow, and 74% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F4207
RGB15, 66, 7
HSL111.9°, 80.8%, 14.3%
CMYK77%, 0%, 89%, 74%
HSV111.9°, 89.4%, 25.9%
LAB23.7, -29.0, 28.6
XYZ2.2, 4.0, 0.9
Decimal999943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.65:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.13:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F4207;
}
.text-color {
color: #0F4207;
}
.border-color {
border: 2px solid #0F4207;
}