HSL(106, 46%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,46%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 46%, 23%) | color: hsl(106, 46%, 23%) | |
| HEX | #2C5620 | color: #2C5620 | |
| RGB | rgb(44, 86, 32) | color: rgb(44, 86, 32) | |
| CMYK | cmyk(49%, 0%, 63%, 66%) | — | |
| HSV | hsv(107, 63%, 34%) | — | |
| HWB | hwb(107 13% 66%) | color: hwb(107 13% 66%) | |
| OKLCH | oklch(0.4089 0.0955 139.22) | color: oklch(0.4089 0.0955 139.22) | |
| Lab | lab(32.47 -26.35 26.49) | color: lab(32.47 -26.35 26.49) | |
| LCH | lch(32.47 37.36 134.85) | color: lch(32.47 37.36 134.85) |
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)
#3E3F2D — rgb(62, 63, 45)
Deuteranopia (Green-blind)
#3C3930 — rgb(60, 57, 48)
Tritanopia (Blue-blind)
#2E373A — rgb(46, 55, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 46%, 23%);
text
color: hsl(106, 46%, 23%);
border
border: 2px solid hsl(106, 46%, 23%);
gradient light
background: linear-gradient(to right, hsl(106, 46%, 43%), hsl(106, 46%, 23%));
gradient dark
background: linear-gradient(to right, hsl(106, 46%, 23%), hsl(106, 46%, 3%))
hex
background-color: #2C5620;
tailwind
bg-[hsl(106,46%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 46%, 23%, 0.4);
css variable
--color-primary: hsl(106, 46%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 46%, 23%)?
HEX: #2C5620 | RGB: rgb(44, 86, 32) | CMYK: 49%, 0%, 63%, 66% | HSV: 107°, 63%, 34%. Copy any format from the conversion table above.
What colors go well with #2C5620?
The complementary color is HSL(286, 46%, 23%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 46%, 23%) in CSS?
As HSL: color: hsl(106, 46%, 23%); — As HEX: color: #2C5620; — As RGB: color: rgb(44, 86, 32); — Tailwind CSS: bg-[hsl(106,46%,23%)] — CSS variable: --color-primary: hsl(106, 46%, 23%);