Shades of Nordic #022B30
Tints of Nordic #022B30
RGB
CMYK
RGB Variations
Color information
#022B30 (or 0x022B30) is known color: Nordic. HEX triplet: 02, 2B and 30. RGB value is (2,43,48). Sum of RGB (Red+Green+Blue) = 2+43+48=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #022B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B30 is #FDD4CF. Grayscale: #1F1F1F. Windows color (decimal): -16635088 or 3156738. OLE color: 3156738.
HSL color Cylindrical-coordinate representation of color #022B30: hue angle of 186.52º 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 #022B30 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 43 | 48 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.81 |
| HSL | 186.52º | 0.92% | 0.1% | - |
| HSV(B) | 186.52º | 0.96% | 0.19% | - |
| XYZ | 1.42 | 1.95 | 3.1 | - |
| YUV | 31.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 48 | 0.96 | 0.10 | 0 | 0.81 | 186.52 | 0.92 | 0.1 |
| Hex | 2 | 2B | 30 | 60 | A | 0 | 51 | BB | 5C | A |
| Octal | 2 | 53 | 60 | 140 | 12 | 0 | 121 | 273 | 134 | 12 |
| Binary | 10 | 101011 | 110000 | 1100000 | 1010 | 0 | 1010001 | 10111011 | 1011100 | 1010 |
Color Harmonies of #022B30
Complementary color
Monochromatic Colors of #022B30
Black with #022B30
Text Example
Text Example
White with #022B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B30; }
p { color: rgb(2,43,48); }
H1.HeaderClassName
{
color: #022B30;
}
.AnyTagClassName
{
color: #022B30;
}
</style>
background-color css
<style>
a { background-color: #022B30; }
a { background-color: rgb(2,43,48); }
div.DivClassName
{
background-color: #022B30;
}
.BgClassName
{
background-color: #022B30;
}
</style>
border-color css
<style>
span { border-color: #022B30; }
span { border-color: rgb(2,43,48); }
td.TdClassName
{
border-color: #022B30;
}
.TagClassName
{
border-color: #022B30;
}
</style>