HSL(122, 15%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(122,15%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 15%, 19%) | color: hsl(122, 15%, 19%) | |
| HEX | #29382A | color: #29382A | |
| RGB | rgb(41, 56, 42) | color: rgb(41, 56, 42) | |
| CMYK | cmyk(27%, 0%, 25%, 78%) | — | |
| HSV | hsv(124, 27%, 22%) | — | |
| HWB | hwb(124 16% 78%) | color: hwb(124 16% 78%) | |
| OKLCH | oklch(0.3226 0.0315 146.52) | color: oklch(0.3226 0.0315 146.52) | |
| Lab | lab(21.82 -9.6 6.79) | color: lab(21.82 -9.6 6.79) | |
| LCH | lch(21.82 11.76 144.73) | color: lch(21.82 11.76 144.73) |
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)
#2F302D — rgb(47, 48, 45)
Deuteranopia (Green-blind)
#2F2E2E — rgb(47, 46, 46)
Tritanopia (Blue-blind)
#2A3031 — rgb(42, 48, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 15%, 19%);
text
color: hsl(122, 15%, 19%);
border
border: 2px solid hsl(122, 15%, 19%);
gradient light
background: linear-gradient(to right, hsl(122, 15%, 39%), hsl(122, 15%, 19%));
gradient dark
background: linear-gradient(to right, hsl(122, 15%, 19%), hsl(122, 15%, 0%))
hex
background-color: #29382A;
tailwind
bg-[hsl(122,15%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 15%, 19%, 0.4);
css variable
--color-primary: hsl(122, 15%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 15%, 19%)?
HEX: #29382A | RGB: rgb(41, 56, 42) | CMYK: 27%, 0%, 25%, 78% | HSV: 124°, 27%, 22%. Copy any format from the conversion table above.
What colors go well with #29382A?
The complementary color is HSL(302, 15%, 19%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 15%, 19%) in CSS?
As HSL: color: hsl(122, 15%, 19%); — As HEX: color: #29382A; — As RGB: color: rgb(41, 56, 42); — Tailwind CSS: bg-[hsl(122,15%,19%)] — CSS variable: --color-primary: hsl(122, 15%, 19%);