#1D7C2C
A dark, moderate green closely aligning with Darkgreen.
About #1D7C2C
At its core, #1D7C2C is a dark and moderate hue. Designers often compare it to the standard color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 124, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 77% C, 0% M, 65% Y, and 51% K. The HSL representation is 129.5° hue, 62.1% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D7C2C
RGB29, 124, 44
HSL129.5°, 62.1%, 30.0%
CMYK77%, 0%, 65%, 51%
HSV129.5°, 76.6%, 48.6%
LAB45.4, -44.2, 35.2
XYZ8.2, 14.9, 4.8
Decimal1932332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.05:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C2C;
}
.text-color {
color: #1D7C2C;
}
.border-color {
border: 2px solid #1D7C2C;
}