HSL(136, 45%, 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,45%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 45%, 13%) | color: hsl(136, 45%, 13%) | |
| HEX | #12301A | color: #12301A | |
| RGB | rgb(18, 48, 26) | color: rgb(18, 48, 26) | |
| CMYK | cmyk(63%, 0%, 46%, 81%) | — | |
| HSV | hsv(136, 63%, 19%) | — | |
| HWB | hwb(136 7% 81%) | color: hwb(136 7% 81%) | |
| OKLCH | oklch(0.2791 0.0542 150.27) | color: oklch(0.2791 0.0542 150.27) | |
| Lab | lab(17.07 -17.33 10.78) | color: lab(17.07 -17.33 10.78) | |
| LCH | lch(17.07 20.41 148.12) | color: lch(17.07 20.41 148.12) |
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)
#1F1F1F — rgb(31, 31, 31)
Deuteranopia (Green-blind)
#1D1B21 — rgb(29, 27, 33)
Tritanopia (Blue-blind)
#142424 — rgb(20, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 45%, 13%);
text
color: hsl(136, 45%, 13%);
border
border: 2px solid hsl(136, 45%, 13%);
gradient light
background: linear-gradient(to right, hsl(136, 45%, 33%), hsl(136, 45%, 13%));
gradient dark
background: linear-gradient(to right, hsl(136, 45%, 13%), hsl(136, 45%, 0%))
hex
background-color: #12301A;
tailwind
bg-[hsl(136,45%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 45%, 13%, 0.4);
css variable
--color-primary: hsl(136, 45%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(136, 45%, 13%)?
HEX: #12301A | RGB: rgb(18, 48, 26) | CMYK: 63%, 0%, 46%, 81% | HSV: 136°, 63%, 19%. Copy any format from the conversion table above.
What colors go well with #12301A?
The complementary color is HSL(316, 45%, 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, 45%, 13%) in CSS?
As HSL: color: hsl(136, 45%, 13%); — As HEX: color: #12301A; — As RGB: color: rgb(18, 48, 26); — Tailwind CSS: bg-[hsl(136,45%,13%)] — CSS variable: --color-primary: hsl(136, 45%, 13%);