HSL(81, 16%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(81,16%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 16%, 19%) | color: hsl(81, 16%, 19%) | |
| HEX | #333829 | color: #333829 | |
| RGB | rgb(51, 56, 41) | color: rgb(51, 56, 41) | |
| CMYK | cmyk(9%, 0%, 27%, 78%) | — | |
| HSV | hsv(80, 27%, 22%) | — | |
| HWB | hwb(80 16% 78%) | color: hwb(80 16% 78%) | |
| OKLCH | oklch(0.3311 0.0263 122.81) | color: oklch(0.3311 0.0263 122.81) | |
| Lab | lab(22.63 -5.39 8.69) | color: lab(22.63 -5.39 8.69) | |
| LCH | lch(22.63 10.23 121.81) | color: lch(22.63 10.23 121.81) |
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)
#35352D — rgb(53, 53, 45)
Deuteranopia (Green-blind)
#35352E — rgb(53, 53, 46)
Tritanopia (Blue-blind)
#332F30 — rgb(51, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 16%, 19%);
text
color: hsl(81, 16%, 19%);
border
border: 2px solid hsl(81, 16%, 19%);
gradient light
background: linear-gradient(to right, hsl(81, 16%, 39%), hsl(81, 16%, 19%));
gradient dark
background: linear-gradient(to right, hsl(81, 16%, 19%), hsl(81, 16%, 0%))
hex
background-color: #333829;
tailwind
bg-[hsl(81,16%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 16%, 19%, 0.4);
css variable
--color-primary: hsl(81, 16%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 16%, 19%)?
HEX: #333829 | RGB: rgb(51, 56, 41) | CMYK: 9%, 0%, 27%, 78% | HSV: 80°, 27%, 22%. Copy any format from the conversion table above.
What colors go well with #333829?
The complementary color is HSL(261, 16%, 19%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 16%, 19%) in CSS?
As HSL: color: hsl(81, 16%, 19%); — As HEX: color: #333829; — As RGB: color: rgb(51, 56, 41); — Tailwind CSS: bg-[hsl(81,16%,19%)] — CSS variable: --color-primary: hsl(81, 16%, 19%);