Shades of Nordic #02292E
Tints of Nordic #02292E
RGB
CMYK
RGB Variations
Color information
#02292E (or 0x02292E) is known color: Nordic. HEX triplet: 02, 29 and 2E. RGB value is (2,41,46). Sum of RGB (Red+Green+Blue) = 2+41+46=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #02292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02292E is #FDD6D1. Grayscale: #1D1D1D. Windows color (decimal): -16635602 or 3025154. OLE color: 3025154.
HSL color Cylindrical-coordinate representation of color #02292E: hue angle of 186.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02292E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 41 | 46 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.82 |
| HSL | 186.82º | 0.92% | 0.09% | - |
| HSV(B) | 186.82º | 0.96% | 0.18% | - |
| XYZ | 1.31 | 1.8 | 2.86 | - |
| YUV | 29.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 46 | 0.96 | 0.11 | 0 | 0.82 | 186.82 | 0.92 | 0.09 |
| Hex | 2 | 29 | 2E | 60 | B | 0 | 52 | BB | 5C | 9 |
| Octal | 2 | 51 | 56 | 140 | 13 | 0 | 122 | 273 | 134 | 11 |
| Binary | 10 | 101001 | 101110 | 1100000 | 1011 | 0 | 1010010 | 10111011 | 1011100 | 1001 |
Color Harmonies of #02292E
Complementary color
Monochromatic Colors of #02292E
Black with #02292E
Text Example
Text Example
White with #02292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02292E; }
p { color: rgb(2,41,46); }
H1.HeaderClassName
{
color: #02292E;
}
.AnyTagClassName
{
color: #02292E;
}
</style>
background-color css
<style>
a { background-color: #02292E; }
a { background-color: rgb(2,41,46); }
div.DivClassName
{
background-color: #02292E;
}
.BgClassName
{
background-color: #02292E;
}
</style>
border-color css
<style>
span { border-color: #02292E; }
span { border-color: rgb(2,41,46); }
td.TdClassName
{
border-color: #02292E;
}
.TagClassName
{
border-color: #02292E;
}
</style>