Shades of Nordic #022F38
Tints of Nordic #022F38
RGB
CMYK
RGB Variations
Color information
#022F38 (or 0x022F38) is known color: Nordic. HEX triplet: 02, 2F and 38. RGB value is (2,47,56). Sum of RGB (Red+Green+Blue) = 2+47+56=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #022F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F38 is #FDD0C7. Grayscale: #222222. Windows color (decimal): -16634056 or 3682050. OLE color: 3682050.
HSL color Cylindrical-coordinate representation of color #022F38: hue angle of 190º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F38 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 47 | 56 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.78 |
| HSL | 190º | 0.93% | 0.11% | - |
| HSV(B) | 190º | 0.96% | 0.22% | - |
| XYZ | 1.76 | 2.33 | 4.1 | - |
| YUV | 34.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 56 | 0.96 | 0.16 | 0 | 0.78 | 190 | 0.93 | 0.11 |
| Hex | 2 | 2F | 38 | 60 | 10 | 0 | 4E | BE | 5D | B |
| Octal | 2 | 57 | 70 | 140 | 20 | 0 | 116 | 276 | 135 | 13 |
| Binary | 10 | 101111 | 111000 | 1100000 | 10000 | 0 | 1001110 | 10111110 | 1011101 | 1011 |
Color Harmonies of #022F38
Complementary color
Monochromatic Colors of #022F38
Black with #022F38
Text Example
Text Example
White with #022F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F38; }
p { color: rgb(2,47,56); }
H1.HeaderClassName
{
color: #022F38;
}
.AnyTagClassName
{
color: #022F38;
}
</style>
background-color css
<style>
a { background-color: #022F38; }
a { background-color: rgb(2,47,56); }
div.DivClassName
{
background-color: #022F38;
}
.BgClassName
{
background-color: #022F38;
}
</style>
border-color css
<style>
span { border-color: #022F38; }
span { border-color: rgb(2,47,56); }
td.TdClassName
{
border-color: #022F38;
}
.TagClassName
{
border-color: #022F38;
}
</style>