#2C7C1D
A dark, moderate green closely aligning with Forestgreen.
About #2C7C1D
When working with digital screens, the color #2C7C1D is rendered by mixing light. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 44 red, 124 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 0% magenta, 77% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#2C7C1D
RGB44, 124, 29
HSL110.5°, 62.1%, 30.0%
CMYK65%, 0%, 77%, 51%
HSV110.5°, 76.6%, 48.6%
LAB45.7, -42.6, 42.1
XYZ8.5, 15.0, 3.6
Decimal2915357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C1D;
}
.text-color {
color: #2C7C1D;
}
.border-color {
border: 2px solid #2C7C1D;
}