Shades of Nordic #002D32
Tints of Nordic #002D32
RGB
CMYK
RGB Variations
Color information
#002D32 (or 0x002D32) is known color: Nordic. HEX triplet: 00, 2D and 32. RGB value is (0,45,50). Sum of RGB (Red+Green+Blue) = 0+45+50=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #002D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D32 is #FFD2CD. Grayscale: #202020. Windows color (decimal): -16765646 or 3288320. OLE color: 3288320.
HSL color Cylindrical-coordinate representation of color #002D32: hue angle of 186º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D32 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 45 | 50 | - |
| CMYK | 1 | 0.10 | 0 | 0.80 |
| HSL | 186º | 1% | 0.1% | - |
| HSV(B) | 186º | 1% | 0.2% | - |
| XYZ | 1.51 | 2.11 | 3.34 | - |
| YUV | 32.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 50 | 1 | 0.10 | 0 | 0.80 | 186 | 1 | 0.1 |
| Hex | 0 | 2D | 32 | 64 | A | 0 | 50 | BA | 64 | A |
| Octal | 0 | 55 | 62 | 144 | 12 | 0 | 120 | 272 | 144 | 12 |
| Binary | 0 | 101101 | 110010 | 1100100 | 1010 | 0 | 1010000 | 10111010 | 1100100 | 1010 |
Color Harmonies of #002D32
Complementary color
Monochromatic Colors of #002D32
Black with #002D32
Text Example
Text Example
White with #002D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D32; }
p { color: rgb(0,45,50); }
H1.HeaderClassName
{
color: #002D32;
}
.AnyTagClassName
{
color: #002D32;
}
</style>
background-color css
<style>
a { background-color: #002D32; }
a { background-color: rgb(0,45,50); }
div.DivClassName
{
background-color: #002D32;
}
.BgClassName
{
background-color: #002D32;
}
</style>
border-color css
<style>
span { border-color: #002D32; }
span { border-color: rgb(0,45,50); }
td.TdClassName
{
border-color: #002D32;
}
.TagClassName
{
border-color: #002D32;
}
</style>