HSL(112, 61%, 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(112,61%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 61%, 13%) | color: hsl(112, 61%, 13%) | |
| HEX | #12350D | color: #12350D | |
| RGB | rgb(18, 53, 13) | color: rgb(18, 53, 13) | |
| CMYK | cmyk(66%, 0%, 75%, 79%) | — | |
| HSV | hsv(113, 75%, 21%) | — | |
| HWB | hwb(113 5% 79%) | color: hwb(113 5% 79%) | |
| OKLCH | oklch(0.2928 0.0773 141.26) | color: oklch(0.2928 0.0773 141.26) | |
| Lab | lab(18.82 -22.06 20.73) | color: lab(18.82 -22.06 20.73) | |
| LCH | lch(18.82 30.27 136.78) | color: lch(18.82 30.27 136.78) |
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)
#212117 — rgb(33, 33, 23)
Deuteranopia (Green-blind)
#1F1D19 — rgb(31, 29, 25)
Tritanopia (Blue-blind)
#141E20 — rgb(20, 30, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 61%, 13%);
text
color: hsl(112, 61%, 13%);
border
border: 2px solid hsl(112, 61%, 13%);
gradient light
background: linear-gradient(to right, hsl(112, 61%, 33%), hsl(112, 61%, 13%));
gradient dark
background: linear-gradient(to right, hsl(112, 61%, 13%), hsl(112, 61%, 0%))
hex
background-color: #12350D;
tailwind
bg-[hsl(112,61%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 61%, 13%, 0.4);
css variable
--color-primary: hsl(112, 61%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(112, 61%, 13%)?
HEX: #12350D | RGB: rgb(18, 53, 13) | CMYK: 66%, 0%, 75%, 79% | HSV: 113°, 75%, 21%. Copy any format from the conversion table above.
What colors go well with #12350D?
The complementary color is HSL(292, 61%, 13%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 61%, 13%) in CSS?
As HSL: color: hsl(112, 61%, 13%); — As HEX: color: #12350D; — As RGB: color: rgb(18, 53, 13); — Tailwind CSS: bg-[hsl(112,61%,13%)] — CSS variable: --color-primary: hsl(112, 61%, 13%);