#00661D
A dark, vivid green closely aligning with Darkgreen.
About #00661D
The hex code #00661D represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(0, 102, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00661D
RGB0, 102, 29
HSL137.1°, 100.0%, 20.0%
CMYK100%, 0%, 72%, 60%
HSV137.1°, 100.0%, 40.0%
LAB37.1, -41.9, 32.9
XYZ5.0, 9.6, 2.8
Decimal26141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00661D;
}
.text-color {
color: #00661D;
}
.border-color {
border: 2px solid #00661D;
}