HSL(137, 60%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 60%, 32%) | color: hsl(137, 60%, 32%) | |
| HEX | #21833C | color: #21833C | |
| RGB | rgb(33, 131, 60) | color: rgb(33, 131, 60) | |
| CMYK | cmyk(75%, 0%, 54%, 49%) | — | |
| HSV | hsv(137, 75%, 51%) | — | |
| HWB | hwb(137 13% 49%) | color: hwb(137 13% 49%) | |
| OKLCH | oklch(0.538 0.1387 148.25) | color: oklch(0.538 0.1387 148.25) | |
| Lab | lab(48.11 -43.82 30.3) | color: lab(48.11 -43.82 30.3) | |
| LCH | lch(48.11 53.28 145.34) | color: lch(48.11 53.28 145.34) |
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)
#4B4C4D — rgb(75, 76, 77)
Deuteranopia (Green-blind)
#463E51 — rgb(70, 62, 81)
Tritanopia (Blue-blind)
#265B5E — rgb(38, 91, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 60%, 32%);
text
color: hsl(137, 60%, 32%);
border
border: 2px solid hsl(137, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(137, 60%, 52%), hsl(137, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(137, 60%, 32%), hsl(137, 60%, 12%))
hex
background-color: #21833C;
tailwind
bg-[hsl(137,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 60%, 32%, 0.4);
css variable
--color-primary: hsl(137, 60%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 60%, 32%)?
HEX: #21833C | RGB: rgb(33, 131, 60) | CMYK: 75%, 0%, 54%, 49% | HSV: 137°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #21833C?
The complementary color is HSL(317, 60%, 32%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 60%, 32%) in CSS?
As HSL: color: hsl(137, 60%, 32%); — As HEX: color: #21833C; — As RGB: color: rgb(33, 131, 60); — Tailwind CSS: bg-[hsl(137,60%,32%)] — CSS variable: --color-primary: hsl(137, 60%, 32%);