#001D00
A very dark, vivid neutral closely aligning with Black.
About #001D00
At its core, #001D00 is a very dark and vivid hue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 89% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D00
RGB0, 29, 0
HSL120.0°, 100.0%, 5.7%
CMYK100%, 0%, 100%, 89%
HSV120.0°, 100.0%, 11.4%
LAB7.9, -16.2, 11.6
XYZ0.4, 0.9, 0.1
Decimal7424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.86:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
17.07:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D00;
}
.text-color {
color: #001D00;
}
.border-color {
border: 2px solid #001D00;
}