HSL(143, 60%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 60%, 32%) | color: hsl(143, 60%, 32%) | |
| HEX | #218346 | color: #218346 | |
| RGB | rgb(33, 131, 70) | color: rgb(33, 131, 70) | |
| CMYK | cmyk(75%, 0%, 47%, 49%) | — | |
| HSV | hsv(143, 75%, 51%) | — | |
| HWB | hwb(143 13% 49%) | color: hwb(143 13% 49%) | |
| OKLCH | oklch(0.5397 0.1291 151.42) | color: oklch(0.5397 0.1291 151.42) | |
| Lab | lab(48.26 -42.12 25.13) | color: lab(48.26 -42.12 25.13) | |
| LCH | lch(48.26 49.05 149.18) | color: lch(48.26 49.05 149.18) |
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)
#4B4C55 — rgb(75, 76, 85)
Deuteranopia (Green-blind)
#463E58 — rgb(70, 62, 88)
Tritanopia (Blue-blind)
#266063 — rgb(38, 96, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 60%, 32%);
text
color: hsl(143, 60%, 32%);
border
border: 2px solid hsl(143, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(143, 60%, 52%), hsl(143, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(143, 60%, 32%), hsl(143, 60%, 12%))
hex
background-color: #218346;
tailwind
bg-[hsl(143,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 60%, 32%, 0.4);
css variable
--color-primary: hsl(143, 60%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 60%, 32%)?
HEX: #218346 | RGB: rgb(33, 131, 70) | CMYK: 75%, 0%, 47%, 49% | HSV: 143°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #218346?
The complementary color is HSL(323, 60%, 32%). 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, 60%, 32%) in CSS?
As HSL: color: hsl(143, 60%, 32%); — As HEX: color: #218346; — As RGB: color: rgb(33, 131, 70); — Tailwind CSS: bg-[hsl(143,60%,32%)] — CSS variable: --color-primary: hsl(143, 60%, 32%);