#1B5E20
Material green 900
#1B5E20 is a green colour. In RGB it is 27 red, 94 green and 32 blue, which converts to a hue of 124 degrees, 55% saturation and 24% lightness. It is Material green 900 in that design system's palette.
Color values
| HEX | #1B5E20 |
|---|---|
| RGB | rgb(27, 94, 32) |
| HSL | hsl(124, 55%, 24%) |
| HSV | hsv(124, 71%, 37%) |
| CMYK | cmyk(71%, 0%, 66%, 63%) |
Contrast and accessibility
Against white the contrast ratio is 7.87:1, and against black it is 2.67: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 | 7.87:1 | AAA | AAA |
| Black | 2.67:1 | Fail | Fail |
Tints and shades
Lighter tints move #1B5E20 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #1B5E20; |
|---|---|
| CSS rgb() | color: rgb(27 94 32); |
| Tailwind | bg-[#1b5e20] |
| SwiftUI | Color(red: 0.106, green: 0.369, blue: 0.125) |
| Android | Color.parseColor("#1B5E20") |
Closest named color
The nearest CSS colour keyword to #1B5E20 is darkgreen (#006400).