HSL(124, 50%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,50%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 50%, 15%) | color: hsl(124, 50%, 15%) | |
| HEX | #133916 | color: #133916 | |
| RGB | rgb(19, 57, 22) | color: rgb(19, 57, 22) | |
| CMYK | cmyk(67%, 0%, 61%, 78%) | — | |
| HSV | hsv(125, 67%, 22%) | — | |
| HWB | hwb(125 7% 78%) | color: hwb(125 7% 78%) | |
| OKLCH | oklch(0.3074 0.0739 144.92) | color: oklch(0.3074 0.0739 144.92) | |
| Lab | lab(20.53 -22.31 17.71) | color: lab(20.53 -22.31 17.71) | |
| LCH | lch(20.53 28.48 141.56) | color: lch(20.53 28.48 141.56) |
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)
#23241E — rgb(35, 36, 30)
Deuteranopia (Green-blind)
#211E21 — rgb(33, 30, 33)
Tritanopia (Blue-blind)
#152527 — rgb(21, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 50%, 15%);
text
color: hsl(124, 50%, 15%);
border
border: 2px solid hsl(124, 50%, 15%);
gradient light
background: linear-gradient(to right, hsl(124, 50%, 35%), hsl(124, 50%, 15%));
gradient dark
background: linear-gradient(to right, hsl(124, 50%, 15%), hsl(124, 50%, 0%))
hex
background-color: #133916;
tailwind
bg-[hsl(124,50%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 50%, 15%, 0.4);
css variable
--color-primary: hsl(124, 50%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 50%, 15%)?
HEX: #133916 | RGB: rgb(19, 57, 22) | CMYK: 67%, 0%, 61%, 78% | HSV: 125°, 67%, 22%. Copy any format from the conversion table above.
What colors go well with #133916?
The complementary color is HSL(304, 50%, 15%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 50%, 15%) in CSS?
As HSL: color: hsl(124, 50%, 15%); — As HEX: color: #133916; — As RGB: color: rgb(19, 57, 22); — Tailwind CSS: bg-[hsl(124,50%,15%)] — CSS variable: --color-primary: hsl(124, 50%, 15%);