#0F2C00
A very dark, vivid neutral closely aligning with Darkolivegreen.
About #0F2C00
At its core, #0F2C00 is a very dark and vivid hue. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 44, and 0.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. With a hue angle of 99.5 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F2C00
RGB15, 44, 0
HSL99.5°, 100.0%, 8.6%
CMYK66%, 0%, 100%, 83%
HSV99.5°, 100.0%, 17.3%
LAB15.0, -20.5, 21.4
XYZ1.1, 1.9, 0.3
Decimal994304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.21:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.54:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C00;
}
.text-color {
color: #0F2C00;
}
.border-color {
border: 2px solid #0F2C00;
}