HSL(119, 30%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 30%, 22%) | color: hsl(119, 30%, 22%) | |
| HEX | #284927 | color: #284927 | |
| RGB | rgb(40, 73, 39) | color: rgb(40, 73, 39) | |
| CMYK | cmyk(45%, 0%, 47%, 71%) | — | |
| HSV | hsv(118, 47%, 29%) | — | |
| HWB | hwb(118 15% 71%) | color: hwb(118 15% 71%) | |
| OKLCH | oklch(0.3701 0.0688 143.42) | color: oklch(0.3701 0.0688 143.42) | |
| Lab | lab(27.74 -20.27 16.65) | color: lab(27.74 -20.27 16.65) | |
| LCH | lch(27.74 26.23 140.6) | color: lch(27.74 26.23 140.6) |
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)
#36372F — rgb(54, 55, 47)
Deuteranopia (Green-blind)
#343231 — rgb(52, 50, 49)
Tritanopia (Blue-blind)
#2A3637 — rgb(42, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 30%, 22%);
text
color: hsl(119, 30%, 22%);
border
border: 2px solid hsl(119, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(119, 30%, 42%), hsl(119, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(119, 30%, 22%), hsl(119, 30%, 2%))
hex
background-color: #284927;
tailwind
bg-[hsl(119,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 30%, 22%, 0.4);
css variable
--color-primary: hsl(119, 30%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 30%, 22%)?
HEX: #284927 | RGB: rgb(40, 73, 39) | CMYK: 45%, 0%, 47%, 71% | HSV: 118°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #284927?
The complementary color is HSL(299, 30%, 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, 30%, 22%) in CSS?
As HSL: color: hsl(119, 30%, 22%); — As HEX: color: #284927; — As RGB: color: rgb(40, 73, 39); — Tailwind CSS: bg-[hsl(119,30%,22%)] — CSS variable: --color-primary: hsl(119, 30%, 22%);