Shades of Nordic #002A31
Tints of Nordic #002A31
RGB
CMYK
RGB Variations
Color information
#002A31 (or 0x002A31) is known color: Nordic. HEX triplet: 00, 2A and 31. RGB value is (0,42,49). Sum of RGB (Red+Green+Blue) = 0+42+49=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #002A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A31 is #FFD5CE. Grayscale: #1E1E1E. Windows color (decimal): -16766415 or 3222016. OLE color: 3222016.
HSL color Cylindrical-coordinate representation of color #002A31: hue angle of 188.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A31 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 42 | 49 | - |
| CMYK | 1 | 0.14 | 0 | 0.81 |
| HSL | 188.57º | 1% | 0.1% | - |
| HSV(B) | 188.57º | 1% | 0.19% | - |
| XYZ | 1.38 | 1.88 | 3.2 | - |
| YUV | 30.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 49 | 1 | 0.14 | 0 | 0.81 | 188.57 | 1 | 0.1 |
| Hex | 0 | 2A | 31 | 64 | E | 0 | 51 | BD | 64 | A |
| Octal | 0 | 52 | 61 | 144 | 16 | 0 | 121 | 275 | 144 | 12 |
| Binary | 0 | 101010 | 110001 | 1100100 | 1110 | 0 | 1010001 | 10111101 | 1100100 | 1010 |
Color Harmonies of #002A31
Complementary color
Monochromatic Colors of #002A31
Black with #002A31
Text Example
Text Example
White with #002A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A31; }
p { color: rgb(0,42,49); }
H1.HeaderClassName
{
color: #002A31;
}
.AnyTagClassName
{
color: #002A31;
}
</style>
background-color css
<style>
a { background-color: #002A31; }
a { background-color: rgb(0,42,49); }
div.DivClassName
{
background-color: #002A31;
}
.BgClassName
{
background-color: #002A31;
}
</style>
border-color css
<style>
span { border-color: #002A31; }
span { border-color: rgb(0,42,49); }
td.TdClassName
{
border-color: #002A31;
}
.TagClassName
{
border-color: #002A31;
}
</style>