Shades of Nordic #022F34
Tints of Nordic #022F34
RGB
CMYK
RGB Variations
Color information
#022F34 (or 0x022F34) is known color: Nordic. HEX triplet: 02, 2F and 34. RGB value is (2,47,52). Sum of RGB (Red+Green+Blue) = 2+47+52=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #022F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F34 is #FDD0CB. Grayscale: #222222. Windows color (decimal): -16634060 or 3419906. OLE color: 3419906.
HSL color Cylindrical-coordinate representation of color #022F34: hue angle of 186º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F34 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 47 | 52 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.80 |
| HSL | 186º | 0.93% | 0.11% | - |
| HSV(B) | 186º | 0.96% | 0.2% | - |
| XYZ | 1.66 | 2.29 | 3.6 | - |
| YUV | 34.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 52 | 0.96 | 0.10 | 0 | 0.80 | 186 | 0.93 | 0.11 |
| Hex | 2 | 2F | 34 | 60 | A | 0 | 50 | BA | 5D | B |
| Octal | 2 | 57 | 64 | 140 | 12 | 0 | 120 | 272 | 135 | 13 |
| Binary | 10 | 101111 | 110100 | 1100000 | 1010 | 0 | 1010000 | 10111010 | 1011101 | 1011 |
Color Harmonies of #022F34
Complementary color
Monochromatic Colors of #022F34
Black with #022F34
Text Example
Text Example
White with #022F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F34; }
p { color: rgb(2,47,52); }
H1.HeaderClassName
{
color: #022F34;
}
.AnyTagClassName
{
color: #022F34;
}
</style>
background-color css
<style>
a { background-color: #022F34; }
a { background-color: rgb(2,47,52); }
div.DivClassName
{
background-color: #022F34;
}
.BgClassName
{
background-color: #022F34;
}
</style>
border-color css
<style>
span { border-color: #022F34; }
span { border-color: rgb(2,47,52); }
td.TdClassName
{
border-color: #022F34;
}
.TagClassName
{
border-color: #022F34;
}
</style>