HSL(112, 61%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,61%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 61%, 18%) | color: hsl(112, 61%, 18%) | |
| HEX | #194A12 | color: #194A12 | |
| RGB | rgb(25, 74, 18) | color: rgb(25, 74, 18) | |
| CMYK | cmyk(66%, 0%, 76%, 71%) | — | |
| HSV | hsv(113, 76%, 29%) | — | |
| HWB | hwb(113 7% 71%) | color: hwb(113 7% 71%) | |
| OKLCH | oklch(0.3625 0.1005 141.29) | color: oklch(0.3625 0.1005 141.29) | |
| Lab | lab(27.15 -28.71 27.43) | color: lab(27.15 -28.71 27.43) | |
| LCH | lch(27.15 39.71 136.31) | color: lch(27.15 39.71 136.31) |
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)
#2E2F20 — rgb(46, 47, 32)
Deuteranopia (Green-blind)
#2B2823 — rgb(43, 40, 35)
Tritanopia (Blue-blind)
#1B2A2D — rgb(27, 42, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 61%, 18%);
text
color: hsl(112, 61%, 18%);
border
border: 2px solid hsl(112, 61%, 18%);
gradient light
background: linear-gradient(to right, hsl(112, 61%, 38%), hsl(112, 61%, 18%));
gradient dark
background: linear-gradient(to right, hsl(112, 61%, 18%), hsl(112, 61%, 0%))
hex
background-color: #194A12;
tailwind
bg-[hsl(112,61%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 61%, 18%, 0.4);
css variable
--color-primary: hsl(112, 61%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 61%, 18%)?
HEX: #194A12 | RGB: rgb(25, 74, 18) | CMYK: 66%, 0%, 76%, 71% | HSV: 113°, 76%, 29%. Copy any format from the conversion table above.
What colors go well with #194A12?
The complementary color is HSL(292, 61%, 18%). 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%, 18%) in CSS?
As HSL: color: hsl(112, 61%, 18%); — As HEX: color: #194A12; — As RGB: color: rgb(25, 74, 18); — Tailwind CSS: bg-[hsl(112,61%,18%)] — CSS variable: --color-primary: hsl(112, 61%, 18%);