HSL(128, 60%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 60%, 32%) | color: hsl(128, 60%, 32%) | |
| HEX | #21832E | color: #21832E | |
| RGB | rgb(33, 131, 46) | color: rgb(33, 131, 46) | |
| CMYK | cmyk(75%, 0%, 65%, 49%) | — | |
| HSV | hsv(128, 75%, 51%) | — | |
| HWB | hwb(128 13% 49%) | color: hwb(128 13% 49%) | |
| OKLCH | oklch(0.5361 0.1509 144.98) | color: oklch(0.5361 0.1509 144.98) | |
| Lab | lab(47.95 -45.76 37.09) | color: lab(47.95 -45.76 37.09) | |
| LCH | lch(47.95 58.9 140.97) | color: lch(47.95 58.9 140.97) |
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)
#4B4C43 — rgb(75, 76, 67)
Deuteranopia (Green-blind)
#463E48 — rgb(70, 62, 72)
Tritanopia (Blue-blind)
#265356 — rgb(38, 83, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 60%, 32%);
text
color: hsl(128, 60%, 32%);
border
border: 2px solid hsl(128, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(128, 60%, 52%), hsl(128, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(128, 60%, 32%), hsl(128, 60%, 12%))
hex
background-color: #21832E;
tailwind
bg-[hsl(128,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 60%, 32%, 0.4);
css variable
--color-primary: hsl(128, 60%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 60%, 32%)?
HEX: #21832E | RGB: rgb(33, 131, 46) | CMYK: 75%, 0%, 65%, 49% | HSV: 128°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #21832E?
The complementary color is HSL(308, 60%, 32%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 60%, 32%) in CSS?
As HSL: color: hsl(128, 60%, 32%); — As HEX: color: #21832E; — As RGB: color: rgb(33, 131, 46); — Tailwind CSS: bg-[hsl(128,60%,32%)] — CSS variable: --color-primary: hsl(128, 60%, 32%);