HSL(123, 60%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 60%, 32%) | color: hsl(123, 60%, 32%) | |
| HEX | #218326 | color: #218326 | |
| RGB | rgb(33, 131, 38) | color: rgb(33, 131, 38) | |
| CMYK | cmyk(75%, 0%, 71%, 49%) | — | |
| HSV | hsv(123, 75%, 51%) | — | |
| HWB | hwb(123 13% 49%) | color: hwb(123 13% 49%) | |
| OKLCH | oklch(0.5353 0.157 143.62) | color: oklch(0.5353 0.157 143.62) | |
| Lab | lab(47.87 -46.64 40.59) | color: lab(47.87 -46.64 40.59) | |
| LCH | lch(47.87 61.83 138.97) | color: lch(47.87 61.83 138.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)
#4B4C3D — rgb(75, 76, 61)
Deuteranopia (Green-blind)
#463E42 — rgb(70, 62, 66)
Tritanopia (Blue-blind)
#264E52 — rgb(38, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 60%, 32%);
text
color: hsl(123, 60%, 32%);
border
border: 2px solid hsl(123, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(123, 60%, 52%), hsl(123, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(123, 60%, 32%), hsl(123, 60%, 12%))
hex
background-color: #218326;
tailwind
bg-[hsl(123,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 60%, 32%, 0.4);
css variable
--color-primary: hsl(123, 60%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 60%, 32%)?
HEX: #218326 | RGB: rgb(33, 131, 38) | CMYK: 75%, 0%, 71%, 49% | HSV: 123°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #218326?
The complementary color is HSL(303, 60%, 32%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 60%, 32%) in CSS?
As HSL: color: hsl(123, 60%, 32%); — As HEX: color: #218326; — As RGB: color: rgb(33, 131, 38); — Tailwind CSS: bg-[hsl(123,60%,32%)] — CSS variable: --color-primary: hsl(123, 60%, 32%);