HSL(84, 75%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,75%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 75%, 23%) | color: hsl(84, 75%, 23%) | |
| HEX | #43670F | color: #43670F | |
| RGB | rgb(67, 103, 15) | color: rgb(67, 103, 15) | |
| CMYK | cmyk(35%, 0%, 85%, 60%) | — | |
| HSV | hsv(85, 85%, 40%) | — | |
| HWB | hwb(85 6% 60%) | color: hwb(85 6% 60%) | |
| OKLCH | oklch(0.469 0.119 130.33) | color: oklch(0.469 0.119 130.33) | |
| Lab | lab(39.46 -26.99 41.32) | color: lab(39.46 -26.99 41.32) | |
| LCH | lch(39.46 49.35 123.15) | color: lch(39.46 49.35 123.15) |
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)
#535324 — rgb(83, 83, 36)
Deuteranopia (Green-blind)
#514E29 — rgb(81, 78, 41)
Tritanopia (Blue-blind)
#453539 — rgb(69, 53, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 75%, 23%);
text
color: hsl(84, 75%, 23%);
border
border: 2px solid hsl(84, 75%, 23%);
gradient light
background: linear-gradient(to right, hsl(84, 75%, 43%), hsl(84, 75%, 23%));
gradient dark
background: linear-gradient(to right, hsl(84, 75%, 23%), hsl(84, 75%, 3%))
hex
background-color: #43670F;
tailwind
bg-[hsl(84,75%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 75%, 23%, 0.4);
css variable
--color-primary: hsl(84, 75%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 75%, 23%)?
HEX: #43670F | RGB: rgb(67, 103, 15) | CMYK: 35%, 0%, 85%, 60% | HSV: 85°, 85%, 40%. Copy any format from the conversion table above.
What colors go well with #43670F?
The complementary color is HSL(264, 75%, 23%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 75%, 23%) in CSS?
As HSL: color: hsl(84, 75%, 23%); — As HEX: color: #43670F; — As RGB: color: rgb(67, 103, 15); — Tailwind CSS: bg-[hsl(84,75%,23%)] — CSS variable: --color-primary: hsl(84, 75%, 23%);