#008A2C
A dark, vivid green closely aligning with Forestgreen.
About #008A2C
The hex code #008A2C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 0 red, 138 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 68% Y, and 46% K. The HSL representation is 139.1° hue, 100.0% saturation, and 27.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#008A2C
RGB0, 138, 44
HSL139.1°, 100.0%, 27.1%
CMYK100%, 0%, 68%, 46%
HSV139.1°, 100.0%, 54.1%
LAB49.9, -51.8, 40.1
XYZ9.5, 18.4, 5.4
Decimal35372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A2C;
}
.text-color {
color: #008A2C;
}
.border-color {
border: 2px solid #008A2C;
}