HSL(136, 68%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,68%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 68%, 33%) | color: hsl(136, 68%, 33%) | |
| HEX | #1B8D39 | color: #1B8D39 | |
| RGB | rgb(27, 141, 57) | color: rgb(27, 141, 57) | |
| CMYK | cmyk(81%, 0%, 60%, 45%) | — | |
| HSV | hsv(136, 81%, 55%) | — | |
| HWB | hwb(136 10% 45%) | color: hwb(136 10% 45%) | |
| OKLCH | oklch(0.5644 0.1561 147.18) | color: oklch(0.5644 0.1561 147.18) | |
| Lab | lab(51.36 -48.79 35.69) | color: lab(51.36 -48.79 35.69) | |
| LCH | lch(51.36 60.45 143.81) | color: lch(51.36 60.45 143.81) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4C4D4D — rgb(76, 77, 77)
Deuteranopia (Green-blind)
#463D52 — rgb(70, 61, 82)
Tritanopia (Blue-blind)
#215D61 — rgb(33, 93, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 68%, 33%);
text
color: hsl(136, 68%, 33%);
border
border: 2px solid hsl(136, 68%, 33%);
gradient light
background: linear-gradient(to right, hsl(136, 68%, 53%), hsl(136, 68%, 33%));
gradient dark
background: linear-gradient(to right, hsl(136, 68%, 33%), hsl(136, 68%, 13%))
hex
background-color: #1B8D39;
tailwind
bg-[hsl(136,68%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 68%, 33%, 0.4);
css variable
--color-primary: hsl(136, 68%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 68%, 33%)?
HEX: #1B8D39 | RGB: rgb(27, 141, 57) | CMYK: 81%, 0%, 60%, 45% | HSV: 136°, 81%, 55%. Copy any format from the conversion table above.
What colors go well with #1B8D39?
The complementary color is HSL(316, 68%, 33%). 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, 68%, 33%) in CSS?
As HSL: color: hsl(136, 68%, 33%); — As HEX: color: #1B8D39; — As RGB: color: rgb(27, 141, 57); — Tailwind CSS: bg-[hsl(136,68%,33%)] — CSS variable: --color-primary: hsl(136, 68%, 33%);