HSL(144, 75%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,75%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 75%, 15%) | color: hsl(144, 75%, 15%) | |
| HEX | #0A4321 | color: #0A4321 | |
| RGB | rgb(10, 67, 33) | color: rgb(10, 67, 33) | |
| CMYK | cmyk(85%, 0%, 51%, 74%) | — | |
| HSV | hsv(144, 85%, 26%) | — | |
| HWB | hwb(144 4% 74%) | color: hwb(144 4% 74%) | |
| OKLCH | oklch(0.3382 0.0817 151.91) | color: oklch(0.3382 0.0817 151.91) | |
| Lab | lab(24.28 -26.82 15.65) | color: lab(24.28 -26.82 15.65) | |
| LCH | lch(24.28 31.05 149.74) | color: lch(24.28 31.05 149.74) |
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)
#232329 — rgb(35, 35, 41)
Deuteranopia (Green-blind)
#1F1B2B — rgb(31, 27, 43)
Tritanopia (Blue-blind)
#0D3031 — rgb(13, 48, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 75%, 15%);
text
color: hsl(144, 75%, 15%);
border
border: 2px solid hsl(144, 75%, 15%);
gradient light
background: linear-gradient(to right, hsl(144, 75%, 35%), hsl(144, 75%, 15%));
gradient dark
background: linear-gradient(to right, hsl(144, 75%, 15%), hsl(144, 75%, 0%))
hex
background-color: #0A4321;
tailwind
bg-[hsl(144,75%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 75%, 15%, 0.4);
css variable
--color-primary: hsl(144, 75%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 75%, 15%)?
HEX: #0A4321 | RGB: rgb(10, 67, 33) | CMYK: 85%, 0%, 51%, 74% | HSV: 144°, 85%, 26%. Copy any format from the conversion table above.
What colors go well with #0A4321?
The complementary color is HSL(324, 75%, 15%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 75%, 15%) in CSS?
As HSL: color: hsl(144, 75%, 15%); — As HEX: color: #0A4321; — As RGB: color: rgb(10, 67, 33); — Tailwind CSS: bg-[hsl(144,75%,15%)] — CSS variable: --color-primary: hsl(144, 75%, 15%);