Marshland
#2b2e26
Marshland, represented by the hex value #2b2e26, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2b2e26 | |
|---|---|---|
| RGB | rgb(43, 46, 38) | |
| HSL | hsl(82, 10%, 16%) | |
| CMYK | cmyk(7%, 0%, 17%, 82%) | |
| LAB | lab(18, -3, 5) | |
| OKLCH | oklch(0.3 0.015 124) |
Color harmonies
Tints & shades
Code snippets
color: #2b2e26;
background-color: #2b2e26;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF2B2E26)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.18, blue: 0.15, alpha: 1.0)