#3A8A50
A dark, moderate green closely aligning with Seagreen.
About #3A8A50
Visually, #3A8A50 is defined as a moderate green. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(58, 138, 80).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 0% magenta, 42% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A8A50
RGB58, 138, 80
HSL136.5°, 40.8%, 38.4%
CMYK58%, 0%, 42%, 46%
HSV136.5°, 58.0%, 54.1%
LAB51.4, -37.9, 23.9
XYZ12.3, 19.7, 10.7
Decimal3836496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A50;
}
.text-color {
color: #3A8A50;
}
.border-color {
border: 2px solid #3A8A50;
}