Shades of Nordic #002D2E
Tints of Nordic #002D2E
RGB
CMYK
RGB Variations
Color information
#002D2E (or 0x002D2E) is known color: Nordic. HEX triplet: 00, 2D and 2E. RGB value is (0,45,46). Sum of RGB (Red+Green+Blue) = 0+45+46=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #002D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D2E is #FFD2D1. Grayscale: #1F1F1F. Windows color (decimal): -16765650 or 3026176. OLE color: 3026176.
HSL color Cylindrical-coordinate representation of color #002D2E: hue angle of 181.3º 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 #002D2E is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 45 | 46 | - |
| CMYK | 1 | 0.02 | 0 | 0.82 |
| HSL | 181.3º | 1% | 0.09% | - |
| HSV(B) | 181.3º | 1% | 0.18% | - |
| XYZ | 1.43 | 2.07 | 2.91 | - |
| YUV | 31.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 46 | 1 | 0.02 | 0 | 0.82 | 181.3 | 1 | 0.09 |
| Hex | 0 | 2D | 2E | 64 | 2 | 0 | 52 | B5 | 64 | 9 |
| Octal | 0 | 55 | 56 | 144 | 2 | 0 | 122 | 265 | 144 | 11 |
| Binary | 0 | 101101 | 101110 | 1100100 | 10 | 0 | 1010010 | 10110101 | 1100100 | 1001 |
Color Harmonies of #002D2E
Complementary color
Monochromatic Colors of #002D2E
Black with #002D2E
Text Example
Text Example
White with #002D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D2E; }
p { color: rgb(0,45,46); }
H1.HeaderClassName
{
color: #002D2E;
}
.AnyTagClassName
{
color: #002D2E;
}
</style>
background-color css
<style>
a { background-color: #002D2E; }
a { background-color: rgb(0,45,46); }
div.DivClassName
{
background-color: #002D2E;
}
.BgClassName
{
background-color: #002D2E;
}
</style>
border-color css
<style>
span { border-color: #002D2E; }
span { border-color: rgb(0,45,46); }
td.TdClassName
{
border-color: #002D2E;
}
.TagClassName
{
border-color: #002D2E;
}
</style>