Shades of Nordic #00292F
Tints of Nordic #00292F
RGB
CMYK
RGB Variations
Color information
#00292F (or 0x00292F) is known color: Nordic. HEX triplet: 00, 29 and 2F. RGB value is (0,41,47). Sum of RGB (Red+Green+Blue) = 0+41+47=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #00292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292F is #FFD6D0. Grayscale: #1D1D1D. Windows color (decimal): -16766673 or 3090688. OLE color: 3090688.
HSL color Cylindrical-coordinate representation of color #00292F: hue angle of 187.66º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00292F is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 41 | 47 | - |
| CMYK | 1 | 0.13 | 0 | 0.82 |
| HSL | 187.66º | 1% | 0.09% | - |
| HSV(B) | 187.66º | 1% | 0.18% | - |
| XYZ | 1.31 | 1.79 | 2.97 | - |
| YUV | 29.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 47 | 1 | 0.13 | 0 | 0.82 | 187.66 | 1 | 0.09 |
| Hex | 0 | 29 | 2F | 64 | D | 0 | 52 | BC | 64 | 9 |
| Octal | 0 | 51 | 57 | 144 | 15 | 0 | 122 | 274 | 144 | 11 |
| Binary | 0 | 101001 | 101111 | 1100100 | 1101 | 0 | 1010010 | 10111100 | 1100100 | 1001 |
Color Harmonies of #00292F
Complementary color
Monochromatic Colors of #00292F
Black with #00292F
Text Example
Text Example
White with #00292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00292F; }
p { color: rgb(0,41,47); }
H1.HeaderClassName
{
color: #00292F;
}
.AnyTagClassName
{
color: #00292F;
}
</style>
background-color css
<style>
a { background-color: #00292F; }
a { background-color: rgb(0,41,47); }
div.DivClassName
{
background-color: #00292F;
}
.BgClassName
{
background-color: #00292F;
}
</style>
border-color css
<style>
span { border-color: #00292F; }
span { border-color: rgb(0,41,47); }
td.TdClassName
{
border-color: #00292F;
}
.TagClassName
{
border-color: #00292F;
}
</style>