#00330F
A very dark, vivid green closely aligning with Darkolivegreen.
About #00330F
The hex code #00330F represents a beautifully specific shade of green. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 51, and 15.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 71% Yellow, and 80% Black. With a hue angle of 137.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00330F
RGB0, 51, 15
HSL137.6°, 100.0%, 10.0%
CMYK100%, 0%, 71%, 80%
HSV137.6°, 100.0%, 20.0%
LAB17.5, -25.6, 18.0
XYZ1.3, 2.4, 0.8
Decimal13071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.19:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.56:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00330F;
}
.text-color {
color: #00330F;
}
.border-color {
border: 2px solid #00330F;
}