#388E3C
Material green 700
#388E3C is a green colour. In RGB it is 56 red, 142 green and 60 blue, which converts to a hue of 123 degrees, 43% saturation and 39% lightness. It is Material green 700 in that design system's palette.
Color values
| HEX | #388E3C |
|---|---|
| RGB | rgb(56, 142, 60) |
| HSL | hsl(123, 43%, 39%) |
| HSV | hsv(123, 61%, 56%) |
| CMYK | cmyk(61%, 0%, 58%, 44%) |
Contrast and accessibility
Against white the contrast ratio is 4.12:1, and against black it is 5.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 | 4.12:1 | Fail | AA |
| Black | 5.1:1 | AA | AAA |
Tints and shades
Lighter tints move #388E3C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #388E3C; |
|---|---|
| CSS rgb() | color: rgb(56 142 60); |
| Tailwind | bg-[#388e3c] |
| SwiftUI | Color(red: 0.220, green: 0.557, blue: 0.235) |
| Android | Color.parseColor("#388E3C") |
Closest named color
The nearest CSS colour keyword to #388E3C is seagreen (#2E8B57).