#2C8A07
A dark, vivid green closely aligning with Green.
About #2C8A07
The precise color #2C8A07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 44 red, 138 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C8A07
RGB44, 138, 7
HSL103.1°, 90.3%, 28.4%
CMYK68%, 0%, 95%, 46%
HSV103.1°, 94.9%, 54.1%
LAB50.4, -48.7, 52.2
XYZ10.2, 18.7, 3.3
Decimal2918919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8A07;
}
.text-color {
color: #2C8A07;
}
.border-color {
border: 2px solid #2C8A07;
}