Shades of Nordic #022F32
Tints of Nordic #022F32
RGB
CMYK
RGB Variations
Color information
#022F32 (or 0x022F32) is known color: Nordic. HEX triplet: 02, 2F and 32. RGB value is (2,47,50). Sum of RGB (Red+Green+Blue) = 2+47+50=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #022F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F32 is #FDD0CD. Grayscale: #212121. Windows color (decimal): -16634062 or 3288834. OLE color: 3288834.
HSL color Cylindrical-coordinate representation of color #022F32: hue angle of 183.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F32 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 47 | 50 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.80 |
| HSL | 183.75º | 0.92% | 0.1% | - |
| HSV(B) | 183.75º | 0.96% | 0.2% | - |
| XYZ | 1.62 | 2.28 | 3.37 | - |
| YUV | 33.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 50 | 0.96 | 0.06 | 0 | 0.80 | 183.75 | 0.92 | 0.1 |
| Hex | 2 | 2F | 32 | 60 | 6 | 0 | 50 | B8 | 5C | A |
| Octal | 2 | 57 | 62 | 140 | 6 | 0 | 120 | 270 | 134 | 12 |
| Binary | 10 | 101111 | 110010 | 1100000 | 110 | 0 | 1010000 | 10111000 | 1011100 | 1010 |
Color Harmonies of #022F32
Complementary color
Monochromatic Colors of #022F32
Black with #022F32
Text Example
Text Example
White with #022F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F32; }
p { color: rgb(2,47,50); }
H1.HeaderClassName
{
color: #022F32;
}
.AnyTagClassName
{
color: #022F32;
}
</style>
background-color css
<style>
a { background-color: #022F32; }
a { background-color: rgb(2,47,50); }
div.DivClassName
{
background-color: #022F32;
}
.BgClassName
{
background-color: #022F32;
}
</style>
border-color css
<style>
span { border-color: #022F32; }
span { border-color: rgb(2,47,50); }
td.TdClassName
{
border-color: #022F32;
}
.TagClassName
{
border-color: #022F32;
}
</style>