#1D6650
A dark, moderate green closely aligning with Teal.
About #1D6650
The hex code #1D6650 represents a beautifully specific shade of green. It is closely associated with the named CSS color Teal. Its digital footprint relies on 29 parts red, 102 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 0% Magenta, 22% Yellow, and 60% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D6650
RGB29, 102, 80
HSL161.9°, 55.7%, 25.7%
CMYK72%, 0%, 22%, 60%
HSV161.9°, 71.6%, 40.0%
LAB38.5, -28.1, 6.0
XYZ6.7, 10.3, 9.2
Decimal1926736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.84:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.54:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D6650;
}
.text-color {
color: #1D6650;
}
.border-color {
border: 2px solid #1D6650;
}