#2C7500
A dark, vivid green closely aligning with Darkgreen.
About #2C7500
When working with digital screens, the color #2C7500 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 44 red, 117 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 0% Magenta, 100% Yellow, and 54% Black. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C7500
RGB44, 117, 0
HSL97.4°, 100.0%, 22.9%
CMYK62%, 0%, 100%, 54%
HSV97.4°, 100.0%, 45.9%
LAB43.1, -41.5, 47.8
XYZ7.4, 13.3, 2.2
Decimal2913536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.75:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.50:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7500;
}
.text-color {
color: #2C7500;
}
.border-color {
border: 2px solid #2C7500;
}