HSL(123, 53%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,53%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 53%, 22%) | color: hsl(123, 53%, 22%) | |
| HEX | #1A561D | color: #1A561D | |
| RGB | rgb(26, 86, 29) | color: rgb(26, 86, 29) | |
| CMYK | cmyk(70%, 0%, 66%, 66%) | — | |
| HSV | hsv(123, 70%, 34%) | — | |
| HWB | hwb(123 10% 66%) | color: hwb(123 10% 66%) | |
| OKLCH | oklch(0.4007 0.1077 143.99) | color: oklch(0.4007 0.1077 143.99) | |
| Lab | lab(31.72 -32.15 27.02) | color: lab(31.72 -32.15 27.02) | |
| LCH | lch(31.72 42 139.96) | color: lch(31.72 42 139.96) |
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)
#34352B — rgb(52, 53, 43)
Deuteranopia (Green-blind)
#312C2E — rgb(49, 44, 46)
Tritanopia (Blue-blind)
#1D3638 — rgb(29, 54, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 53%, 22%);
text
color: hsl(123, 53%, 22%);
border
border: 2px solid hsl(123, 53%, 22%);
gradient light
background: linear-gradient(to right, hsl(123, 53%, 42%), hsl(123, 53%, 22%));
gradient dark
background: linear-gradient(to right, hsl(123, 53%, 22%), hsl(123, 53%, 2%))
hex
background-color: #1A561D;
tailwind
bg-[hsl(123,53%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 53%, 22%, 0.4);
css variable
--color-primary: hsl(123, 53%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 53%, 22%)?
HEX: #1A561D | RGB: rgb(26, 86, 29) | CMYK: 70%, 0%, 66%, 66% | HSV: 123°, 70%, 34%. Copy any format from the conversion table above.
What colors go well with #1A561D?
The complementary color is HSL(303, 53%, 22%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 53%, 22%) in CSS?
As HSL: color: hsl(123, 53%, 22%); — As HEX: color: #1A561D; — As RGB: color: rgb(26, 86, 29); — Tailwind CSS: bg-[hsl(123,53%,22%)] — CSS variable: --color-primary: hsl(123, 53%, 22%);