#2E7D32
Material green 800
#2E7D32 is a green colour. In RGB it is 46 red, 125 green and 50 blue, which converts to a hue of 123 degrees, 46% saturation and 34% lightness. It is Material green 800 in that design system's palette.
Color values
| HEX | #2E7D32 |
|---|---|
| RGB | rgb(46, 125, 50) |
| HSL | hsl(123, 46%, 34%) |
| HSV | hsv(123, 63%, 49%) |
| CMYK | cmyk(63%, 0%, 60%, 51%) |
Contrast and accessibility
Against white the contrast ratio is 5.13:1, and against black it is 4.1: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 | 5.13:1 | AA | AAA |
| Black | 4.1:1 | Fail | AA |
Tints and shades
Lighter tints move #2E7D32 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #2E7D32; |
|---|---|
| CSS rgb() | color: rgb(46 125 50); |
| Tailwind | bg-[#2e7d32] |
| SwiftUI | Color(red: 0.180, green: 0.490, blue: 0.196) |
| Android | Color.parseColor("#2E7D32") |
Closest named color
The nearest CSS colour keyword to #2E7D32 is forestgreen (#228B22).