#2C7C00
A dark, vivid green closely aligning with Green.
About #2C7C00
When working with digital screens, the color #2C7C00 is rendered by mixing light. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(44, 124, 0).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C7C00
RGB44, 124, 0
HSL98.7°, 100.0%, 24.3%
CMYK65%, 0%, 100%, 51%
HSV98.7°, 100.0%, 48.6%
LAB45.6, -44.0, 49.7
XYZ8.2, 15.0, 2.5
Decimal2915328
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: #2C7C00;
}
.text-color {
color: #2C7C00;
}
.border-color {
border: 2px solid #2C7C00;
}