#3A8349
A dark, moderate green closely aligning with Seagreen.
About #3A8349
Visually, #3A8349 is defined as a moderate green. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(58, 131, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 56% C, 0% M, 44% Y, and 49% K. With a hue angle of 132.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A8349
RGB58, 131, 73
HSL132.3°, 38.6%, 37.1%
CMYK56%, 0%, 44%, 49%
HSV132.3°, 55.7%, 51.4%
LAB49.0, -36.1, 24.6
XYZ11.1, 17.6, 9.1
Decimal3834697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8349;
}
.text-color {
color: #3A8349;
}
.border-color {
border: 2px solid #3A8349;
}