#008349
A dark, vivid green closely aligning with Seagreen.
About #008349
Visually, #008349 is defined as a vivid green. Its closest recognized web color is Seagreen. In the RGB color space, it consists of 0 red, 131 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 44% yellow, and 49% black. With a hue angle of 153.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#008349
RGB0, 131, 73
HSL153.4°, 100.0%, 25.7%
CMYK100%, 0%, 44%, 49%
HSV153.4°, 100.0%, 51.4%
LAB47.9, -44.9, 22.9
XYZ9.3, 16.7, 9.0
Decimal33609
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008349;
}
.text-color {
color: #008349;
}
.border-color {
border: 2px solid #008349;
}