#3A8A5F
A dark, moderate green closely aligning with Seagreen.
About #3A8A5F
The hex code #3A8A5F represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(58, 138, 95).
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, 31% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A8A5F
RGB58, 138, 95
HSL147.8°, 40.8%, 38.4%
CMYK58%, 0%, 31%, 46%
HSV147.8°, 58.0%, 54.1%
LAB51.7, -35.0, 15.9
XYZ12.9, 19.9, 14.0
Decimal3836511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A5F;
}
.text-color {
color: #3A8A5F;
}
.border-color {
border: 2px solid #3A8A5F;
}