HSL(133, 27%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,27%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 27%, 16%) | color: hsl(133, 27%, 16%) | |
| HEX | #1E3423 | color: #1E3423 | |
| RGB | rgb(30, 52, 35) | color: rgb(30, 52, 35) | |
| CMYK | cmyk(42%, 0%, 33%, 80%) | — | |
| HSV | hsv(134, 42%, 20%) | — | |
| HWB | hwb(134 12% 80%) | color: hwb(134 12% 80%) | |
| OKLCH | oklch(0.3009 0.0416 150.49) | color: oklch(0.3009 0.0416 150.49) | |
| Lab | lab(19.45 -13.23 8.07) | color: lab(19.45 -13.23 8.07) | |
| LCH | lch(19.45 15.5 148.62) | color: lch(19.45 15.5 148.62) |
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)
#282827 — rgb(40, 40, 39)
Deuteranopia (Green-blind)
#262528 — rgb(38, 37, 40)
Tritanopia (Blue-blind)
#1F2A2B — rgb(31, 42, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 27%, 16%);
text
color: hsl(133, 27%, 16%);
border
border: 2px solid hsl(133, 27%, 16%);
gradient light
background: linear-gradient(to right, hsl(133, 27%, 36%), hsl(133, 27%, 16%));
gradient dark
background: linear-gradient(to right, hsl(133, 27%, 16%), hsl(133, 27%, 0%))
hex
background-color: #1E3423;
tailwind
bg-[hsl(133,27%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 27%, 16%, 0.4);
css variable
--color-primary: hsl(133, 27%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 27%, 16%)?
HEX: #1E3423 | RGB: rgb(30, 52, 35) | CMYK: 42%, 0%, 33%, 80% | HSV: 134°, 42%, 20%. Copy any format from the conversion table above.
What colors go well with #1E3423?
The complementary color is HSL(313, 27%, 16%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 27%, 16%) in CSS?
As HSL: color: hsl(133, 27%, 16%); — As HEX: color: #1E3423; — As RGB: color: rgb(30, 52, 35); — Tailwind CSS: bg-[hsl(133,27%,16%)] — CSS variable: --color-primary: hsl(133, 27%, 16%);