HSL(113, 32%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,32%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 32%, 16%) | color: hsl(113, 32%, 16%) | |
| HEX | #1F361C | color: #1F361C | |
| RGB | rgb(31, 54, 28) | color: rgb(31, 54, 28) | |
| CMYK | cmyk(43%, 0%, 48%, 79%) | — | |
| HSV | hsv(113, 48%, 21%) | — | |
| HWB | hwb(113 11% 79%) | color: hwb(113 11% 79%) | |
| OKLCH | oklch(0.3058 0.0537 141.56) | color: oklch(0.3058 0.0537 141.56) | |
| Lab | lab(20.1 -15.43 13.56) | color: lab(20.1 -15.43 13.56) | |
| LCH | lch(20.1 20.54 138.69) | color: lch(20.1 20.54 138.69) |
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)
#292922 — rgb(41, 41, 34)
Deuteranopia (Green-blind)
#282624 — rgb(40, 38, 36)
Tritanopia (Blue-blind)
#202728 — rgb(32, 39, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 32%, 16%);
text
color: hsl(113, 32%, 16%);
border
border: 2px solid hsl(113, 32%, 16%);
gradient light
background: linear-gradient(to right, hsl(113, 32%, 36%), hsl(113, 32%, 16%));
gradient dark
background: linear-gradient(to right, hsl(113, 32%, 16%), hsl(113, 32%, 0%))
hex
background-color: #1F361C;
tailwind
bg-[hsl(113,32%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 32%, 16%, 0.4);
css variable
--color-primary: hsl(113, 32%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 32%, 16%)?
HEX: #1F361C | RGB: rgb(31, 54, 28) | CMYK: 43%, 0%, 48%, 79% | HSV: 113°, 48%, 21%. Copy any format from the conversion table above.
What colors go well with #1F361C?
The complementary color is HSL(293, 32%, 16%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 32%, 16%) in CSS?
As HSL: color: hsl(113, 32%, 16%); — As HEX: color: #1F361C; — As RGB: color: rgb(31, 54, 28); — Tailwind CSS: bg-[hsl(113,32%,16%)] — CSS variable: --color-primary: hsl(113, 32%, 16%);