Shades of Nordic #022C30
Tints of Nordic #022C30
RGB
CMYK
RGB Variations
Color information
#022C30 (or 0x022C30) is known color: Nordic. HEX triplet: 02, 2C and 30. RGB value is (2,44,48). Sum of RGB (Red+Green+Blue) = 2+44+48=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #022C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C30 is #FDD3CF. Grayscale: #1F1F1F. Windows color (decimal): -16634832 or 3156994. OLE color: 3156994.
HSL color Cylindrical-coordinate representation of color #022C30: hue angle of 185.22º 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 #022C30 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 44 | 48 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.81 |
| HSL | 185.22º | 0.92% | 0.1% | - |
| HSV(B) | 185.22º | 0.96% | 0.19% | - |
| XYZ | 1.46 | 2.03 | 3.11 | - |
| YUV | 31.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 48 | 0.96 | 0.08 | 0 | 0.81 | 185.22 | 0.92 | 0.1 |
| Hex | 2 | 2C | 30 | 60 | 8 | 0 | 51 | B9 | 5C | A |
| Octal | 2 | 54 | 60 | 140 | 10 | 0 | 121 | 271 | 134 | 12 |
| Binary | 10 | 101100 | 110000 | 1100000 | 1000 | 0 | 1010001 | 10111001 | 1011100 | 1010 |
Color Harmonies of #022C30
Complementary color
Monochromatic Colors of #022C30
Black with #022C30
Text Example
Text Example
White with #022C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C30; }
p { color: rgb(2,44,48); }
H1.HeaderClassName
{
color: #022C30;
}
.AnyTagClassName
{
color: #022C30;
}
</style>
background-color css
<style>
a { background-color: #022C30; }
a { background-color: rgb(2,44,48); }
div.DivClassName
{
background-color: #022C30;
}
.BgClassName
{
background-color: #022C30;
}
</style>
border-color css
<style>
span { border-color: #022C30; }
span { border-color: rgb(2,44,48); }
td.TdClassName
{
border-color: #022C30;
}
.TagClassName
{
border-color: #022C30;
}
</style>