Nordic Forest
#317362
Looking for the precise values behind Nordic Forest (#317362)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #317362 | |
|---|---|---|
| RGB | rgb(49, 115, 98) | |
| HSL | hsl(165, 40%, 32%) | |
| CMYK | cmyk(57%, 0%, 15%, 55%) | |
| LAB | lab(44, -25, 3) | |
| OKLCH | oklch(0.51 0.073 174) |
Color harmonies
Tints & shades
Code snippets
color: #317362;
background-color: #317362;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF317362)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.45, blue: 0.38, alpha: 1.0)