HSL(149, 50%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,50%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 50%, 15%) | color: hsl(149, 50%, 15%) | |
| HEX | #133926 | color: #133926 | |
| RGB | rgb(19, 57, 38) | color: rgb(19, 57, 38) | |
| CMYK | cmyk(67%, 0%, 33%, 78%) | — | |
| HSV | hsv(150, 67%, 22%) | — | |
| HWB | hwb(150 7% 78%) | color: hwb(150 7% 78%) | |
| OKLCH | oklch(0.311 0.0555 158.79) | color: oklch(0.311 0.0555 158.79) | |
| Lab | lab(20.84 -18.93 7.9) | color: lab(20.84 -18.93 7.9) | |
| LCH | lch(20.84 20.51 157.35) | color: lch(20.84 20.51 157.35) |
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)
#23242B — rgb(35, 36, 43)
Deuteranopia (Green-blind)
#211E2C — rgb(33, 30, 44)
Tritanopia (Blue-blind)
#152E2F — rgb(21, 46, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 50%, 15%);
text
color: hsl(149, 50%, 15%);
border
border: 2px solid hsl(149, 50%, 15%);
gradient light
background: linear-gradient(to right, hsl(149, 50%, 35%), hsl(149, 50%, 15%));
gradient dark
background: linear-gradient(to right, hsl(149, 50%, 15%), hsl(149, 50%, 0%))
hex
background-color: #133926;
tailwind
bg-[hsl(149,50%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 50%, 15%, 0.4);
css variable
--color-primary: hsl(149, 50%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 50%, 15%)?
HEX: #133926 | RGB: rgb(19, 57, 38) | CMYK: 67%, 0%, 33%, 78% | HSV: 150°, 67%, 22%. Copy any format from the conversion table above.
What colors go well with #133926?
The complementary color is HSL(329, 50%, 15%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 50%, 15%) in CSS?
As HSL: color: hsl(149, 50%, 15%); — As HEX: color: #133926; — As RGB: color: rgb(19, 57, 38); — Tailwind CSS: bg-[hsl(149,50%,15%)] — CSS variable: --color-primary: hsl(149, 50%, 15%);