#00992C
A dark, vivid green closely aligning with Forestgreen.
About #00992C
At its core, #00992C is a dark and vivid hue. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 0 red, 153 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 71% Yellow, and 40% Black. With a hue angle of 137.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00992C
RGB0, 153, 44
HSL137.3°, 100.0%, 30.0%
CMYK100%, 0%, 71%, 40%
HSV137.3°, 100.0%, 60.0%
LAB55.0, -56.4, 45.6
XYZ11.8, 23.0, 6.2
Decimal39212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00992C;
}
.text-color {
color: #00992C;
}
.border-color {
border: 2px solid #00992C;
}