HSL(139, 50%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,50%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 50%, 26%) | color: hsl(139, 50%, 26%) | |
| HEX | #216336 | color: #216336 | |
| RGB | rgb(33, 99, 54) | color: rgb(33, 99, 54) | |
| CMYK | cmyk(67%, 0%, 45%, 61%) | — | |
| HSV | hsv(139, 67%, 39%) | — | |
| HWB | hwb(139 13% 61%) | color: hwb(139 13% 61%) | |
| OKLCH | oklch(0.4456 0.0988 150.72) | color: oklch(0.4456 0.0988 150.72) | |
| Lab | lab(36.95 -31.92 19.57) | color: lab(36.95 -31.92 19.57) | |
| LCH | lch(36.95 37.44 148.49) | color: lch(36.95 37.44 148.49) |
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)
#3E3E41 — rgb(62, 62, 65)
Deuteranopia (Green-blind)
#3A3544 — rgb(58, 53, 68)
Tritanopia (Blue-blind)
#24494B — rgb(36, 73, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 50%, 26%);
text
color: hsl(139, 50%, 26%);
border
border: 2px solid hsl(139, 50%, 26%);
gradient light
background: linear-gradient(to right, hsl(139, 50%, 46%), hsl(139, 50%, 26%));
gradient dark
background: linear-gradient(to right, hsl(139, 50%, 26%), hsl(139, 50%, 6%))
hex
background-color: #216336;
tailwind
bg-[hsl(139,50%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 50%, 26%, 0.4);
css variable
--color-primary: hsl(139, 50%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 50%, 26%)?
HEX: #216336 | RGB: rgb(33, 99, 54) | CMYK: 67%, 0%, 45%, 61% | HSV: 139°, 67%, 39%. Copy any format from the conversion table above.
What colors go well with #216336?
The complementary color is HSL(319, 50%, 26%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 50%, 26%) in CSS?
As HSL: color: hsl(139, 50%, 26%); — As HEX: color: #216336; — As RGB: color: rgb(33, 99, 54); — Tailwind CSS: bg-[hsl(139,50%,26%)] — CSS variable: --color-primary: hsl(139, 50%, 26%);