HSL(136, 25%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,25%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 25%, 18%) | color: hsl(136, 25%, 18%) | |
| HEX | #223929 | color: #223929 | |
| RGB | rgb(34, 57, 41) | color: rgb(34, 57, 41) | |
| CMYK | cmyk(40%, 0%, 28%, 78%) | — | |
| HSV | hsv(138, 40%, 22%) | — | |
| HWB | hwb(138 13% 78%) | color: hwb(138 13% 78%) | |
| OKLCH | oklch(0.3201 0.0408 153.27) | color: oklch(0.3201 0.0408 153.27) | |
| Lab | lab(21.68 -13.25 7.18) | color: lab(21.68 -13.25 7.18) | |
| LCH | lch(21.68 15.07 151.55) | color: lch(21.68 15.07 151.55) |
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)
#2C2C2D — rgb(44, 44, 45)
Deuteranopia (Green-blind)
#2B292E — rgb(43, 41, 46)
Tritanopia (Blue-blind)
#233031 — rgb(35, 48, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 25%, 18%);
text
color: hsl(136, 25%, 18%);
border
border: 2px solid hsl(136, 25%, 18%);
gradient light
background: linear-gradient(to right, hsl(136, 25%, 38%), hsl(136, 25%, 18%));
gradient dark
background: linear-gradient(to right, hsl(136, 25%, 18%), hsl(136, 25%, 0%))
hex
background-color: #223929;
tailwind
bg-[hsl(136,25%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 25%, 18%, 0.4);
css variable
--color-primary: hsl(136, 25%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 25%, 18%)?
HEX: #223929 | RGB: rgb(34, 57, 41) | CMYK: 40%, 0%, 28%, 78% | HSV: 138°, 40%, 22%. Copy any format from the conversion table above.
What colors go well with #223929?
The complementary color is HSL(316, 25%, 18%). 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, 25%, 18%) in CSS?
As HSL: color: hsl(136, 25%, 18%); — As HEX: color: #223929; — As RGB: color: rgb(34, 57, 41); — Tailwind CSS: bg-[hsl(136,25%,18%)] — CSS variable: --color-primary: hsl(136, 25%, 18%);