#00993A
A dark, vivid green closely aligning with Forestgreen.
About #00993A
The precise color #00993A is an excellent choice for modern design projects. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 0 red, 153 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 62% Yellow, and 40% Black. The HSL representation is 142.7° hue, 100.0% saturation, and 30.0% lightness.
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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00993A
RGB0, 153, 58
HSL142.7°, 100.0%, 30.0%
CMYK100%, 0%, 62%, 40%
HSV142.7°, 100.0%, 60.0%
LAB55.2, -54.8, 39.6
XYZ12.2, 23.1, 7.8
Decimal39226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00993A;
}
.text-color {
color: #00993A;
}
.border-color {
border: 2px solid #00993A;
}