#3A9266
A medium, moderate green closely aligning with Seagreen.
About #3A9266
Visually, #3A9266 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(58, 146, 102).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 0% magenta, 30% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A9266
RGB58, 146, 102
HSL150.0°, 43.1%, 40.0%
CMYK60%, 0%, 30%, 43%
HSV150.0°, 60.3%, 57.3%
LAB54.5, -37.0, 15.7
XYZ14.4, 22.4, 16.1
Decimal3838566
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9266;
}
.text-color {
color: #3A9266;
}
.border-color {
border: 2px solid #3A9266;
}