#1D661D
A dark, moderate green closely aligning with Darkgreen.
About #1D661D
At its core, #1D661D is a dark and moderate hue. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 102, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 72% C, 0% M, 72% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D661D
RGB29, 102, 29
HSL120.0°, 55.7%, 25.7%
CMYK72%, 0%, 72%, 60%
HSV120.0°, 71.6%, 40.0%
LAB37.6, -37.8, 33.5
XYZ5.5, 9.9, 2.8
Decimal1926685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D661D;
}
.text-color {
color: #1D661D;
}
.border-color {
border: 2px solid #1D661D;
}