#00331D
A very dark, vivid green closely aligning with Darkslategray.
About #00331D
The hex code #00331D represents a beautifully specific shade of green. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 51, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 154.1 degrees, it sits comfortably in the green spectrum.
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#00331D
RGB0, 51, 29
HSL154.1°, 100.0%, 10.0%
CMYK100%, 0%, 43%, 80%
HSV154.1°, 100.0%, 20.0%
LAB17.7, -22.6, 9.5
XYZ1.4, 2.5, 1.6
Decimal13085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.08:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.46:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00331D;
}
.text-color {
color: #00331D;
}
.border-color {
border: 2px solid #00331D;
}