Shades of Nordic #02292C
Tints of Nordic #02292C
RGB
CMYK
RGB Variations
Color information
#02292C (or 0x02292C) is known color: Nordic. HEX triplet: 02, 29 and 2C. RGB value is (2,41,44). Sum of RGB (Red+Green+Blue) = 2+41+44=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #02292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02292C is #FDD6D3. Grayscale: #1D1D1D. Windows color (decimal): -16635604 or 2894082. OLE color: 2894082.
HSL color Cylindrical-coordinate representation of color #02292C: hue angle of 184.29º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02292C is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 41 | 44 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.83 |
| HSL | 184.29º | 0.91% | 0.09% | - |
| HSV(B) | 184.29º | 0.95% | 0.17% | - |
| XYZ | 1.27 | 1.78 | 2.66 | - |
| YUV | 29.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 44 | 0.95 | 0.07 | 0 | 0.83 | 184.29 | 0.91 | 0.09 |
| Hex | 2 | 29 | 2C | 5F | 7 | 0 | 53 | B8 | 5B | 9 |
| Octal | 2 | 51 | 54 | 137 | 7 | 0 | 123 | 270 | 133 | 11 |
| Binary | 10 | 101001 | 101100 | 1011111 | 111 | 0 | 1010011 | 10111000 | 1011011 | 1001 |
Color Harmonies of #02292C
Complementary color
Monochromatic Colors of #02292C
Black with #02292C
Text Example
Text Example
White with #02292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02292C; }
p { color: rgb(2,41,44); }
H1.HeaderClassName
{
color: #02292C;
}
.AnyTagClassName
{
color: #02292C;
}
</style>
background-color css
<style>
a { background-color: #02292C; }
a { background-color: rgb(2,41,44); }
div.DivClassName
{
background-color: #02292C;
}
.BgClassName
{
background-color: #02292C;
}
</style>
border-color css
<style>
span { border-color: #02292C; }
span { border-color: rgb(2,41,44); }
td.TdClassName
{
border-color: #02292C;
}
.TagClassName
{
border-color: #02292C;
}
</style>