#3A8366
A dark, moderate green closely aligning with Seagreen.
About #3A8366
The hex code #3A8366 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 58 red, 131 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 56% C, 0% M, 22% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A8366
RGB58, 131, 102
HSL156.2°, 38.6%, 37.1%
CMYK56%, 0%, 22%, 49%
HSV156.2°, 55.7%, 51.4%
LAB49.6, -30.2, 8.9
XYZ12.3, 18.1, 15.4
Decimal3834726
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8366;
}
.text-color {
color: #3A8366;
}
.border-color {
border: 2px solid #3A8366;
}