HSL(136, 45%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,45%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 45%, 22%) | color: hsl(136, 45%, 22%) | |
| HEX | #1F512C | color: #1F512C | |
| RGB | rgb(31, 81, 44) | color: rgb(31, 81, 44) | |
| CMYK | cmyk(62%, 0%, 46%, 68%) | — | |
| HSV | hsv(136, 62%, 32%) | — | |
| HWB | hwb(136 12% 68%) | color: hwb(136 12% 68%) | |
| OKLCH | oklch(0.3901 0.0822 149.59) | color: oklch(0.3901 0.0822 149.59) | |
| Lab | lab(30.3 -26.19 16.84) | color: lab(30.3 -26.19 16.84) | |
| LCH | lch(30.3 31.14 147.26) | color: lch(30.3 31.14 147.26) |
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)
#353535 — rgb(53, 53, 53)
Deuteranopia (Green-blind)
#322E37 — rgb(50, 46, 55)
Tritanopia (Blue-blind)
#223C3E — rgb(34, 60, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 45%, 22%);
text
color: hsl(136, 45%, 22%);
border
border: 2px solid hsl(136, 45%, 22%);
gradient light
background: linear-gradient(to right, hsl(136, 45%, 42%), hsl(136, 45%, 22%));
gradient dark
background: linear-gradient(to right, hsl(136, 45%, 22%), hsl(136, 45%, 2%))
hex
background-color: #1F512C;
tailwind
bg-[hsl(136,45%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 45%, 22%, 0.4);
css variable
--color-primary: hsl(136, 45%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 45%, 22%)?
HEX: #1F512C | RGB: rgb(31, 81, 44) | CMYK: 62%, 0%, 46%, 68% | HSV: 136°, 62%, 32%. Copy any format from the conversion table above.
What colors go well with #1F512C?
The complementary color is HSL(316, 45%, 22%). 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, 45%, 22%) in CSS?
As HSL: color: hsl(136, 45%, 22%); — As HEX: color: #1F512C; — As RGB: color: rgb(31, 81, 44); — Tailwind CSS: bg-[hsl(136,45%,22%)] — CSS variable: --color-primary: hsl(136, 45%, 22%);