Shades of Nordic #002D37
Tints of Nordic #002D37
RGB
CMYK
RGB Variations
Color information
#002D37 (or 0x002D37) is known color: Nordic. HEX triplet: 00, 2D and 37. RGB value is (0,45,55). Sum of RGB (Red+Green+Blue) = 0+45+55=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #002D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D37 is #FFD2C8. Grayscale: #202020. Windows color (decimal): -16765641 or 3616000. OLE color: 3616000.
HSL color Cylindrical-coordinate representation of color #002D37: hue angle of 190.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D37 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 45 | 55 | - |
| CMYK | 1 | 0.18 | 0 | 0.78 |
| HSL | 190.91º | 1% | 0.11% | - |
| HSV(B) | 190.91º | 1% | 0.22% | - |
| XYZ | 1.63 | 2.15 | 3.94 | - |
| YUV | 32.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 55 | 1 | 0.18 | 0 | 0.78 | 190.91 | 1 | 0.11 |
| Hex | 0 | 2D | 37 | 64 | 12 | 0 | 4E | BF | 64 | B |
| Octal | 0 | 55 | 67 | 144 | 22 | 0 | 116 | 277 | 144 | 13 |
| Binary | 0 | 101101 | 110111 | 1100100 | 10010 | 0 | 1001110 | 10111111 | 1100100 | 1011 |
Color Harmonies of #002D37
Complementary color
Monochromatic Colors of #002D37
Black with #002D37
Text Example
Text Example
White with #002D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D37; }
p { color: rgb(0,45,55); }
H1.HeaderClassName
{
color: #002D37;
}
.AnyTagClassName
{
color: #002D37;
}
</style>
background-color css
<style>
a { background-color: #002D37; }
a { background-color: rgb(0,45,55); }
div.DivClassName
{
background-color: #002D37;
}
.BgClassName
{
background-color: #002D37;
}
</style>
border-color css
<style>
span { border-color: #002D37; }
span { border-color: rgb(0,45,55); }
td.TdClassName
{
border-color: #002D37;
}
.TagClassName
{
border-color: #002D37;
}
</style>