#1D660F
A dark, vivid green closely aligning with Darkgreen.
About #1D660F
The hex code #1D660F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 102, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 0% M, 85% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D660F
RGB29, 102, 15
HSL110.3°, 74.4%, 22.9%
CMYK72%, 0%, 85%, 60%
HSV110.3°, 85.3%, 40.0%
LAB37.5, -39.0, 38.9
XYZ5.3, 9.8, 2.1
Decimal1926671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.10:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.78:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D660F;
}
.text-color {
color: #1D660F;
}
.border-color {
border: 2px solid #1D660F;
}