HSL(148, 30%, 14%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,30%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 30%, 14%) | color: hsl(148, 30%, 14%) | |
| HEX | #192E23 | color: #192E23 | |
| RGB | rgb(25, 46, 35) | color: rgb(25, 46, 35) | |
| CMYK | cmyk(46%, 0%, 24%, 82%) | — | |
| HSV | hsv(149, 46%, 18%) | — | |
| HWB | hwb(149 10% 82%) | color: hwb(149 10% 82%) | |
| OKLCH | oklch(0.2795 0.0341 160.26) | color: oklch(0.2795 0.0341 160.26) | |
| Lab | lab(16.9 -11.54 4.48) | color: lab(16.9 -11.54 4.48) | |
| LCH | lch(16.9 12.38 158.78) | color: lch(16.9 12.38 158.78) |
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)
#222226 — rgb(34, 34, 38)
Deuteranopia (Green-blind)
#211F26 — rgb(33, 31, 38)
Tritanopia (Blue-blind)
#1A2828 — rgb(26, 40, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 30%, 14%);
text
color: hsl(148, 30%, 14%);
border
border: 2px solid hsl(148, 30%, 14%);
gradient light
background: linear-gradient(to right, hsl(148, 30%, 34%), hsl(148, 30%, 14%));
gradient dark
background: linear-gradient(to right, hsl(148, 30%, 14%), hsl(148, 30%, 0%))
hex
background-color: #192E23;
tailwind
bg-[hsl(148,30%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 30%, 14%, 0.4);
css variable
--color-primary: hsl(148, 30%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(148, 30%, 14%)?
HEX: #192E23 | RGB: rgb(25, 46, 35) | CMYK: 46%, 0%, 24%, 82% | HSV: 149°, 46%, 18%. Copy any format from the conversion table above.
What colors go well with #192E23?
The complementary color is HSL(328, 30%, 14%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 30%, 14%) in CSS?
As HSL: color: hsl(148, 30%, 14%); — As HEX: color: #192E23; — As RGB: color: rgb(25, 46, 35); — Tailwind CSS: bg-[hsl(148,30%,14%)] — CSS variable: --color-primary: hsl(148, 30%, 14%);