Mana Tree
#4f7942
Looking for the precise values behind Mana Tree (#4f7942)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4f7942 | |
|---|---|---|
| RGB | rgb(79, 121, 66) | |
| HSL | hsl(106, 29%, 37%) | |
| CMYK | cmyk(35%, 0%, 45%, 53%) | |
| LAB | lab(47, -24, 25) | |
| OKLCH | oklch(0.53 0.095 139) |
Color harmonies
Tints & shades
Code snippets
color: #4f7942;
background-color: #4f7942;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4F7942)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.47, blue: 0.26, alpha: 1.0)