HSL(136, 65%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 65%, 15%) | color: hsl(136, 65%, 15%) | |
| HEX | #0D3F1B | color: #0D3F1B | |
| RGB | rgb(13, 63, 27) | color: rgb(13, 63, 27) | |
| CMYK | cmyk(79%, 0%, 57%, 75%) | — | |
| HSV | hsv(137, 79%, 25%) | — | |
| HWB | hwb(137 5% 75%) | color: hwb(137 5% 75%) | |
| OKLCH | oklch(0.3252 0.081 148.71) | color: oklch(0.3252 0.081 148.71) | |
| Lab | lab(22.72 -25.69 17.35) | color: lab(22.72 -25.69 17.35) | |
| LCH | lch(22.72 31 145.97) | color: lch(22.72 31 145.97) |
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)
#232324 — rgb(35, 35, 36)
Deuteranopia (Green-blind)
#201C26 — rgb(32, 28, 38)
Tritanopia (Blue-blind)
#102B2C — rgb(16, 43, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 65%, 15%);
text
color: hsl(136, 65%, 15%);
border
border: 2px solid hsl(136, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(136, 65%, 35%), hsl(136, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(136, 65%, 15%), hsl(136, 65%, 0%))
hex
background-color: #0D3F1B;
tailwind
bg-[hsl(136,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 65%, 15%, 0.4);
css variable
--color-primary: hsl(136, 65%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 65%, 15%)?
HEX: #0D3F1B | RGB: rgb(13, 63, 27) | CMYK: 79%, 0%, 57%, 75% | HSV: 137°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #0D3F1B?
The complementary color is HSL(316, 65%, 15%). 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, 65%, 15%) in CSS?
As HSL: color: hsl(136, 65%, 15%); — As HEX: color: #0D3F1B; — As RGB: color: rgb(13, 63, 27); — Tailwind CSS: bg-[hsl(136,65%,15%)] — CSS variable: --color-primary: hsl(136, 65%, 15%);