HSL(111, 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(111,16%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 16%, 19%) | color: hsl(111, 16%, 19%) | |
| HEX | #2B3829 | color: #2B3829 | |
| RGB | rgb(43, 56, 41) | color: rgb(43, 56, 41) | |
| CMYK | cmyk(23%, 0%, 27%, 78%) | — | |
| HSV | hsv(112, 27%, 22%) | — | |
| HWB | hwb(112 16% 78%) | color: hwb(112 16% 78%) | |
| OKLCH | oklch(0.324 0.0313 141.32) | color: oklch(0.324 0.0313 141.32) | |
| Lab | lab(21.95 -8.97 7.65) | color: lab(21.95 -8.97 7.65) | |
| LCH | lch(21.95 11.79 139.54) | color: lch(21.95 11.79 139.54) |
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)
#31312D — rgb(49, 49, 45)
Deuteranopia (Green-blind)
#302F2E — rgb(48, 47, 46)
Tritanopia (Blue-blind)
#2C2F30 — rgb(44, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 16%, 19%);
text
color: hsl(111, 16%, 19%);
border
border: 2px solid hsl(111, 16%, 19%);
gradient light
background: linear-gradient(to right, hsl(111, 16%, 39%), hsl(111, 16%, 19%));
gradient dark
background: linear-gradient(to right, hsl(111, 16%, 19%), hsl(111, 16%, 0%))
hex
background-color: #2B3829;
tailwind
bg-[hsl(111,16%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 16%, 19%, 0.4);
css variable
--color-primary: hsl(111, 16%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 16%, 19%)?
HEX: #2B3829 | RGB: rgb(43, 56, 41) | CMYK: 23%, 0%, 27%, 78% | HSV: 112°, 27%, 22%. Copy any format from the conversion table above.
What colors go well with #2B3829?
The complementary color is HSL(291, 16%, 19%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 16%, 19%) in CSS?
As HSL: color: hsl(111, 16%, 19%); — As HEX: color: #2B3829; — As RGB: color: rgb(43, 56, 41); — Tailwind CSS: bg-[hsl(111,16%,19%)] — CSS variable: --color-primary: hsl(111, 16%, 19%);