#0F3A07
A very dark, vivid green closely aligning with Darkolivegreen.
About #0F3A07
At its core, #0F3A07 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 15 red, 58 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 0% M, 88% Y, and 77% K. The HSL representation is 110.6° hue, 78.5% saturation, and 12.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F3A07
RGB15, 58, 7
HSL110.6°, 78.5%, 12.7%
CMYK74%, 0%, 88%, 77%
HSV110.6°, 87.9%, 22.7%
LAB20.6, -25.8, 25.3
XYZ1.7, 3.1, 0.7
Decimal997895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.89:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.32:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3A07;
}
.text-color {
color: #0F3A07;
}
.border-color {
border: 2px solid #0F3A07;
}