Into the Green
#0d6c49
Looking for the precise values behind Into the Green (#0d6c49)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0d6c49 | |
|---|---|---|
| RGB | rgb(13, 108, 73) | |
| HSL | hsl(158, 79%, 24%) | |
| CMYK | cmyk(88%, 0%, 32%, 58%) | |
| LAB | lab(40, -34, 12) | |
| OKLCH | oklch(0.47 0.1 162) |
Color harmonies
Tints & shades
Code snippets
color: #0d6c49;
background-color: #0d6c49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF0D6C49)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.42, blue: 0.29, alpha: 1.0)