#3A8A49
A dark, moderate green closely aligning with Seagreen.
About #3A8A49
The hex code #3A8A49 represents a beautifully specific shade of green. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 138, and 73.
If you are designing for print, the four-color process is what matters most. The color uses 58% Cyan, 0% Magenta, 47% Yellow, and 46% Black. With a hue angle of 131.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A8A49
RGB58, 138, 73
HSL131.2°, 40.8%, 38.4%
CMYK58%, 0%, 47%, 46%
HSV131.2°, 58.0%, 54.1%
LAB51.3, -39.1, 27.6
XYZ12.0, 19.6, 9.4
Decimal3836489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A49;
}
.text-color {
color: #3A8A49;
}
.border-color {
border: 2px solid #3A8A49;
}