HSL(143, 30%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,30%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 30%, 20%) | color: hsl(143, 30%, 20%) | |
| HEX | #24422F | color: #24422F | |
| RGB | rgb(36, 66, 47) | color: rgb(36, 66, 47) | |
| CMYK | cmyk(45%, 0%, 29%, 74%) | — | |
| HSV | hsv(142, 45%, 26%) | — | |
| HWB | hwb(142 14% 74%) | color: hwb(142 14% 74%) | |
| OKLCH | oklch(0.3493 0.0493 155.12) | color: oklch(0.3493 0.0493 155.12) | |
| Lab | lab(25.19 -16.28 8.13) | color: lab(25.19 -16.28 8.13) | |
| LCH | lch(25.19 18.2 153.46) | color: lch(25.19 18.2 153.46) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#313134 — rgb(49, 49, 52)
Deuteranopia (Green-blind)
#2F2D35 — rgb(47, 45, 53)
Tritanopia (Blue-blind)
#263738 — rgb(38, 55, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 30%, 20%);
text
color: hsl(143, 30%, 20%);
border
border: 2px solid hsl(143, 30%, 20%);
gradient light
background: linear-gradient(to right, hsl(143, 30%, 40%), hsl(143, 30%, 20%));
gradient dark
background: linear-gradient(to right, hsl(143, 30%, 20%), hsl(143, 30%, 0%))
hex
background-color: #24422F;
tailwind
bg-[hsl(143,30%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 30%, 20%, 0.4);
css variable
--color-primary: hsl(143, 30%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 30%, 20%)?
HEX: #24422F | RGB: rgb(36, 66, 47) | CMYK: 45%, 0%, 29%, 74% | HSV: 142°, 45%, 26%. Copy any format from the conversion table above.
What colors go well with #24422F?
The complementary color is HSL(323, 30%, 20%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 30%, 20%) in CSS?
As HSL: color: hsl(143, 30%, 20%); — As HEX: color: #24422F; — As RGB: color: rgb(36, 66, 47); — Tailwind CSS: bg-[hsl(143,30%,20%)] — CSS variable: --color-primary: hsl(143, 30%, 20%);