Mysterious Mixture
#0f521a
Mysterious Mixture, represented by the hex value #0f521a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0f521a | |
|---|---|---|
| RGB | rgb(15, 82, 26) | |
| HSL | hsl(130, 69%, 19%) | |
| CMYK | cmyk(82%, 0%, 68%, 68%) | |
| LAB | lab(30, -31, 26) | |
| OKLCH | oklch(0.39 0.109 145) |
Color harmonies
Tints & shades
Code snippets
color: #0f521a;
background-color: #0f521a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF0F521A)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.32, blue: 0.10, alpha: 1.0)