#2E8B57
seagreen
#2E8B57 is a green colour. In RGB it is 46 red, 139 green and 87 blue, which converts to a hue of 146 degrees, 50% saturation and 36% lightness. It is one of the named CSS colours, written as seagreen in stylesheets.
Color values
| HEX | #2E8B57 |
|---|---|
| RGB | rgb(46, 139, 87) |
| HSL | hsl(146, 50%, 36%) |
| HSV | hsv(146, 67%, 55%) |
| CMYK | cmyk(67%, 0%, 37%, 45%) |
Contrast and accessibility
Against white the contrast ratio is 4.25:1, and against black it is 4.95:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.25:1 | Fail | AA |
| Black | 4.95:1 | AA | AAA |
Tints and shades
Lighter tints move #2E8B57 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #2E8B57; |
|---|---|
| CSS rgb() | color: rgb(46 139 87); |
| Tailwind | bg-[#2e8b57] |
| SwiftUI | Color(red: 0.180, green: 0.545, blue: 0.341) |
| Android | Color.parseColor("#2E8B57") |