HSL(119, 50%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,50%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 50%, 22%) | color: hsl(119, 50%, 22%) | |
| HEX | #1D541C | color: #1D541C | |
| RGB | rgb(29, 84, 28) | color: rgb(29, 84, 28) | |
| CMYK | cmyk(65%, 0%, 67%, 67%) | — | |
| HSV | hsv(119, 67%, 33%) | — | |
| HWB | hwb(119 11% 67%) | color: hwb(119 11% 67%) | |
| OKLCH | oklch(0.3956 0.1044 143.01) | color: oklch(0.3956 0.1044 143.01) | |
| Lab | lab(31.08 -30.67 26.83) | color: lab(31.08 -30.67 26.83) | |
| LCH | lch(31.08 40.75 138.82) | color: lch(31.08 40.75 138.82) |
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)
#35352A — rgb(53, 53, 42)
Deuteranopia (Green-blind)
#322E2D — rgb(50, 46, 45)
Tritanopia (Blue-blind)
#203437 — rgb(32, 52, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 50%, 22%);
text
color: hsl(119, 50%, 22%);
border
border: 2px solid hsl(119, 50%, 22%);
gradient light
background: linear-gradient(to right, hsl(119, 50%, 42%), hsl(119, 50%, 22%));
gradient dark
background: linear-gradient(to right, hsl(119, 50%, 22%), hsl(119, 50%, 2%))
hex
background-color: #1D541C;
tailwind
bg-[hsl(119,50%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 50%, 22%, 0.4);
css variable
--color-primary: hsl(119, 50%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 50%, 22%)?
HEX: #1D541C | RGB: rgb(29, 84, 28) | CMYK: 65%, 0%, 67%, 67% | HSV: 119°, 67%, 33%. Copy any format from the conversion table above.
What colors go well with #1D541C?
The complementary color is HSL(299, 50%, 22%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 50%, 22%) in CSS?
As HSL: color: hsl(119, 50%, 22%); — As HEX: color: #1D541C; — As RGB: color: rgb(29, 84, 28); — Tailwind CSS: bg-[hsl(119,50%,22%)] — CSS variable: --color-primary: hsl(119, 50%, 22%);