HSL(136, 60%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,60%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 60%, 23%) | color: hsl(136, 60%, 23%) | |
| HEX | #175E2A | color: #175E2A | |
| RGB | rgb(23, 94, 42) | color: rgb(23, 94, 42) | |
| CMYK | cmyk(76%, 0%, 55%, 63%) | — | |
| HSV | hsv(136, 76%, 37%) | — | |
| HWB | hwb(136 9% 63%) | color: hwb(136 9% 63%) | |
| OKLCH | oklch(0.4257 0.108 148.26) | color: oklch(0.4257 0.108 148.26) | |
| Lab | lab(34.71 -34.1 23.53) | color: lab(34.71 -34.1 23.53) | |
| LCH | lch(34.71 41.43 145.39) | color: lch(34.71 41.43 145.39) |
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)
#363637 — rgb(54, 54, 55)
Deuteranopia (Green-blind)
#322C3A — rgb(50, 44, 58)
Tritanopia (Blue-blind)
#1B4143 — rgb(27, 65, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 60%, 23%);
text
color: hsl(136, 60%, 23%);
border
border: 2px solid hsl(136, 60%, 23%);
gradient light
background: linear-gradient(to right, hsl(136, 60%, 43%), hsl(136, 60%, 23%));
gradient dark
background: linear-gradient(to right, hsl(136, 60%, 23%), hsl(136, 60%, 3%))
hex
background-color: #175E2A;
tailwind
bg-[hsl(136,60%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 60%, 23%, 0.4);
css variable
--color-primary: hsl(136, 60%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 60%, 23%)?
HEX: #175E2A | RGB: rgb(23, 94, 42) | CMYK: 76%, 0%, 55%, 63% | HSV: 136°, 76%, 37%. Copy any format from the conversion table above.
What colors go well with #175E2A?
The complementary color is HSL(316, 60%, 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, 60%, 23%) in CSS?
As HSL: color: hsl(136, 60%, 23%); — As HEX: color: #175E2A; — As RGB: color: rgb(23, 94, 42); — Tailwind CSS: bg-[hsl(136,60%,23%)] — CSS variable: --color-primary: hsl(136, 60%, 23%);