HSL(136, 20%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,20%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 20%, 23%) | color: hsl(136, 20%, 23%) | |
| HEX | #2F4635 | color: #2F4635 | |
| RGB | rgb(47, 70, 53) | color: rgb(47, 70, 53) | |
| CMYK | cmyk(33%, 0%, 24%, 73%) | — | |
| HSV | hsv(136, 33%, 27%) | — | |
| HWB | hwb(136 18% 73%) | color: hwb(136 18% 73%) | |
| OKLCH | oklch(0.3695 0.0409 152.17) | color: oklch(0.3695 0.0409 152.17) | |
| Lab | lab(27.41 -13.13 7.44) | color: lab(27.41 -13.13 7.44) | |
| LCH | lch(27.41 15.09 150.46) | color: lch(27.41 15.09 150.46) |
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)
#393939 — rgb(57, 57, 57)
Deuteranopia (Green-blind)
#38363A — rgb(56, 54, 58)
Tritanopia (Blue-blind)
#303C3D — rgb(48, 60, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 20%, 23%);
text
color: hsl(136, 20%, 23%);
border
border: 2px solid hsl(136, 20%, 23%);
gradient light
background: linear-gradient(to right, hsl(136, 20%, 43%), hsl(136, 20%, 23%));
gradient dark
background: linear-gradient(to right, hsl(136, 20%, 23%), hsl(136, 20%, 3%))
hex
background-color: #2F4635;
tailwind
bg-[hsl(136,20%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 20%, 23%, 0.4);
css variable
--color-primary: hsl(136, 20%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 20%, 23%)?
HEX: #2F4635 | RGB: rgb(47, 70, 53) | CMYK: 33%, 0%, 24%, 73% | HSV: 136°, 33%, 27%. Copy any format from the conversion table above.
What colors go well with #2F4635?
The complementary color is HSL(316, 20%, 23%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 20%, 23%) in CSS?
As HSL: color: hsl(136, 20%, 23%); — As HEX: color: #2F4635; — As RGB: color: rgb(47, 70, 53); — Tailwind CSS: bg-[hsl(136,20%,23%)] — CSS variable: --color-primary: hsl(136, 20%, 23%);