HSL(136, 73%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,73%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 73%, 19%) | color: hsl(136, 73%, 19%) | |
| HEX | #0D5420 | color: #0D5420 | |
| RGB | rgb(13, 84, 32) | color: rgb(13, 84, 32) | |
| CMYK | cmyk(85%, 0%, 62%, 67%) | — | |
| HSV | hsv(136, 85%, 33%) | — | |
| HWB | hwb(136 5% 67%) | color: hwb(136 5% 67%) | |
| OKLCH | oklch(0.3916 0.1068 147.43) | color: oklch(0.3916 0.1068 147.43) | |
| Lab | lab(30.71 -33.48 24.17) | color: lab(30.71 -33.48 24.17) | |
| LCH | lch(30.71 41.29 144.17) | color: lch(30.71 41.29 144.17) |
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)
#2C2C2D — rgb(44, 44, 45)
Deuteranopia (Green-blind)
#282230 — rgb(40, 34, 48)
Tritanopia (Blue-blind)
#113739 — rgb(17, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 73%, 19%);
text
color: hsl(136, 73%, 19%);
border
border: 2px solid hsl(136, 73%, 19%);
gradient light
background: linear-gradient(to right, hsl(136, 73%, 39%), hsl(136, 73%, 19%));
gradient dark
background: linear-gradient(to right, hsl(136, 73%, 19%), hsl(136, 73%, 0%))
hex
background-color: #0D5420;
tailwind
bg-[hsl(136,73%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 73%, 19%, 0.4);
css variable
--color-primary: hsl(136, 73%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 73%, 19%)?
HEX: #0D5420 | RGB: rgb(13, 84, 32) | CMYK: 85%, 0%, 62%, 67% | HSV: 136°, 85%, 33%. Copy any format from the conversion table above.
What colors go well with #0D5420?
The complementary color is HSL(316, 73%, 19%). 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, 73%, 19%) in CSS?
As HSL: color: hsl(136, 73%, 19%); — As HEX: color: #0D5420; — As RGB: color: rgb(13, 84, 32); — Tailwind CSS: bg-[hsl(136,73%,19%)] — CSS variable: --color-primary: hsl(136, 73%, 19%);