Shades of Nordic #022A30
Tints of Nordic #022A30
RGB
CMYK
RGB Variations
Color information
#022A30 (or 0x022A30) is known color: Nordic. HEX triplet: 02, 2A and 30. RGB value is (2,42,48). Sum of RGB (Red+Green+Blue) = 2+42+48=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #022A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A30 is #FDD5CF. Grayscale: #1E1E1E. Windows color (decimal): -16635344 or 3156482. OLE color: 3156482.
HSL color Cylindrical-coordinate representation of color #022A30: hue angle of 187.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022A30 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 2 | 42 | 48 | - |
CMYK | 0.96 | 0.13 | 0 | 0.81 |
HSL | 187.83º | 0.92% | 0.1% | - |
HSV(B) | 187.83º | 0.96% | 0.19% | - |
XYZ | 1.39 | 1.88 | 3.09 | - |
YUV | 30.72 | 137.75 | 107.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 42 | 48 | 0.96 | 0.13 | 0 | 0.81 | 187.83 | 0.92 | 0.1 |
Hex | 2 | 2A | 30 | 60 | D | 0 | 51 | BC | 5C | A |
Octal | 2 | 52 | 60 | 140 | 15 | 0 | 121 | 274 | 134 | 12 |
Binary | 10 | 101010 | 110000 | 1100000 | 1101 | 0 | 1010001 | 10111100 | 1011100 | 1010 |
Color Harmonies of #022A30
Complementary color
Monochromatic Colors of #022A30
Black with #022A30
Text Example
Text Example
White with #022A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A30; }
p { color: rgb(2,42,48); }
H1.HeaderClassName
{
color: #022A30;
}
.AnyTagClassName
{
color: #022A30;
}
</style>
background-color css
<style>
a { background-color: #022A30; }
a { background-color: rgb(2,42,48); }
div.DivClassName
{
background-color: #022A30;
}
.BgClassName
{
background-color: #022A30;
}
</style>
border-color css
<style>
span { border-color: #022A30; }
span { border-color: rgb(2,42,48); }
td.TdClassName
{
border-color: #022A30;
}
.TagClassName
{
border-color: #022A30;
}
</style>