#003324
A very dark, vivid green closely aligning with Darkslategray.
About #003324
The hex code #003324 represents a beautifully specific shade of green. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 0 red, 51 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 162.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#003324
RGB0, 51, 36
HSL162.4°, 100.0%, 10.0%
CMYK100%, 0%, 29%, 80%
HSV162.4°, 100.0%, 20.0%
LAB17.9, -20.6, 5.1
XYZ1.5, 2.5, 2.1
Decimal13092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.01:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.39:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003324;
}
.text-color {
color: #003324;
}
.border-color {
border: 2px solid #003324;
}