#43A047
Material green 600
#43A047 is a green colour. In RGB it is 67 red, 160 green and 71 blue, which converts to a hue of 123 degrees, 41% saturation and 45% lightness. It is Material green 600 in that design system's palette.
Color values
| HEX | #43A047 |
|---|---|
| RGB | rgb(67, 160, 71) |
| HSL | hsl(123, 41%, 45%) |
| HSV | hsv(123, 58%, 63%) |
| CMYK | cmyk(58%, 0%, 56%, 37%) |
Contrast and accessibility
Against white the contrast ratio is 3.3:1, and against black it is 6.36: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 | 3.3:1 | Fail | AA |
| Black | 6.36:1 | AA | AAA |
Tints and shades
Lighter tints move #43A047 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #43A047; |
|---|---|
| CSS rgb() | color: rgb(67 160 71); |
| Tailwind | bg-[#43a047] |
| SwiftUI | Color(red: 0.263, green: 0.627, blue: 0.278) |
| Android | Color.parseColor("#43A047") |
Closest named color
The nearest CSS colour keyword to #43A047 is seagreen (#2E8B57).