#006D3A
A dark, vivid green closely aligning with Seagreen.
About #006D3A
The hex code #006D3A represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 109, and 58.
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. The HSL representation is 151.9° hue, 100.0% saturation, and 21.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#006D3A
RGB0, 109, 58
HSL151.9°, 100.0%, 21.4%
CMYK100%, 0%, 47%, 57%
HSV151.9°, 100.0%, 42.7%
LAB40.0, -39.7, 21.1
XYZ6.2, 11.2, 5.8
Decimal27962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.46:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.18:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D3A;
}
.text-color {
color: #006D3A;
}
.border-color {
border: 2px solid #006D3A;
}