HSL(101, 49%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,49%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 49%, 16%) | color: hsl(101, 49%, 16%) | |
| HEX | #213D15 | color: #213D15 | |
| RGB | rgb(33, 61, 21) | color: rgb(33, 61, 21) | |
| CMYK | cmyk(46%, 0%, 66%, 76%) | — | |
| HSV | hsv(102, 66%, 24%) | — | |
| HWB | hwb(102 8% 76%) | color: hwb(102 8% 76%) | |
| OKLCH | oklch(0.327 0.0731 137.33) | color: oklch(0.327 0.0731 137.33) | |
| Lab | lab(22.71 -19.51 21.04) | color: lab(22.71 -19.51 21.04) | |
| LCH | lch(22.71 28.69 132.84) | color: lch(22.71 28.69 132.84) |
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)
#2D2D1F — rgb(45, 45, 31)
Deuteranopia (Green-blind)
#2C2921 — rgb(44, 41, 33)
Tritanopia (Blue-blind)
#222628 — rgb(34, 38, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 49%, 16%);
text
color: hsl(101, 49%, 16%);
border
border: 2px solid hsl(101, 49%, 16%);
gradient light
background: linear-gradient(to right, hsl(101, 49%, 36%), hsl(101, 49%, 16%));
gradient dark
background: linear-gradient(to right, hsl(101, 49%, 16%), hsl(101, 49%, 0%))
hex
background-color: #213D15;
tailwind
bg-[hsl(101,49%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 49%, 16%, 0.4);
css variable
--color-primary: hsl(101, 49%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 49%, 16%)?
HEX: #213D15 | RGB: rgb(33, 61, 21) | CMYK: 46%, 0%, 66%, 76% | HSV: 102°, 66%, 24%. Copy any format from the conversion table above.
What colors go well with #213D15?
The complementary color is HSL(281, 49%, 16%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 49%, 16%) in CSS?
As HSL: color: hsl(101, 49%, 16%); — As HEX: color: #213D15; — As RGB: color: rgb(33, 61, 21); — Tailwind CSS: bg-[hsl(101,49%,16%)] — CSS variable: --color-primary: hsl(101, 49%, 16%);