#007C2C
A dark, vivid green closely aligning with Forestgreen.
About #007C2C
The hex code #007C2C represents a beautifully specific shade of green. Designers often compare it to the standard color Forestgreen. Its digital footprint relies on 0 parts red, 124 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 141.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#007C2C
RGB0, 124, 44
HSL141.3°, 100.0%, 24.3%
CMYK100%, 0%, 65%, 51%
HSV141.3°, 100.0%, 48.6%
LAB45.1, -47.3, 34.7
XYZ7.7, 14.6, 4.8
Decimal31788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C2C;
}
.text-color {
color: #007C2C;
}
.border-color {
border: 2px solid #007C2C;
}