HSL(136, 37%, 13%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,37%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 37%, 13%) | color: hsl(136, 37%, 13%) | |
| HEX | #152D1B | color: #152D1B | |
| RGB | rgb(21, 45, 27) | color: rgb(21, 45, 27) | |
| CMYK | cmyk(53%, 0%, 40%, 82%) | — | |
| HSV | hsv(135, 53%, 18%) | — | |
| HWB | hwb(135 8% 82%) | color: hwb(135 8% 82%) | |
| OKLCH | oklch(0.2715 0.0451 150.54) | color: oklch(0.2715 0.0451 150.54) | |
| Lab | lab(16.08 -14.4 8.81) | color: lab(16.08 -14.4 8.81) | |
| LCH | lch(16.08 16.88 148.54) | color: lch(16.08 16.88 148.54) |
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)
#1F201F — rgb(31, 32, 31)
Deuteranopia (Green-blind)
#1E1C20 — rgb(30, 28, 32)
Tritanopia (Blue-blind)
#162324 — rgb(22, 35, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 37%, 13%);
text
color: hsl(136, 37%, 13%);
border
border: 2px solid hsl(136, 37%, 13%);
gradient light
background: linear-gradient(to right, hsl(136, 37%, 33%), hsl(136, 37%, 13%));
gradient dark
background: linear-gradient(to right, hsl(136, 37%, 13%), hsl(136, 37%, 0%))
hex
background-color: #152D1B;
tailwind
bg-[hsl(136,37%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 37%, 13%, 0.4);
css variable
--color-primary: hsl(136, 37%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(136, 37%, 13%)?
HEX: #152D1B | RGB: rgb(21, 45, 27) | CMYK: 53%, 0%, 40%, 82% | HSV: 135°, 53%, 18%. Copy any format from the conversion table above.
What colors go well with #152D1B?
The complementary color is HSL(316, 37%, 13%). 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, 37%, 13%) in CSS?
As HSL: color: hsl(136, 37%, 13%); — As HEX: color: #152D1B; — As RGB: color: rgb(21, 45, 27); — Tailwind CSS: bg-[hsl(136,37%,13%)] — CSS variable: --color-primary: hsl(136, 37%, 13%);