#2C750F
A dark, vivid green closely aligning with Darkgreen.
About #2C750F
The hex code #2C750F represents a beautifully specific shade of green. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(44, 117, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 102.9° hue, 77.3% saturation, and 25.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C750F
RGB44, 117, 15
HSL102.9°, 77.3%, 25.9%
CMYK62%, 0%, 87%, 54%
HSV102.9°, 87.2%, 45.9%
LAB43.2, -40.8, 44.3
XYZ7.5, 13.3, 2.6
Decimal2913551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.49:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C750F;
}
.text-color {
color: #2C750F;
}
.border-color {
border: 2px solid #2C750F;
}