#2C7C07
A dark, vivid green closely aligning with Green.
About #2C7C07
At its core, #2C7C07 is a dark and vivid hue. Designers often compare it to the standard color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 124, and 7.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. The HSL representation is 101.0° hue, 89.3% saturation, and 25.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C7C07
RGB44, 124, 7
HSL101.0°, 89.3%, 25.7%
CMYK65%, 0%, 94%, 51%
HSV101.0°, 94.4%, 48.6%
LAB45.6, -43.8, 48.2
XYZ8.3, 15.0, 2.7
Decimal2915335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C07;
}
.text-color {
color: #2C7C07;
}
.border-color {
border: 2px solid #2C7C07;
}