Shades of Nordic #072A2E
Tints of Nordic #072A2E
RGB
CMYK
RGB Variations
Color information
#072A2E (or 0x072A2E) is known color: Nordic. HEX triplet: 07, 2A and 2E. RGB value is (7,42,46). Sum of RGB (Red+Green+Blue) = 7+42+46=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #072A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A2E is #F8D5D1. Grayscale: #1F1F1F. Windows color (decimal): -16307666 or 3025415. OLE color: 3025415.
HSL color Cylindrical-coordinate representation of color #072A2E: hue angle of 186.15º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072A2E is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 42 | 46 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.82 |
| HSL | 186.15º | 0.74% | 0.1% | - |
| HSV(B) | 186.15º | 0.85% | 0.18% | - |
| XYZ | 1.41 | 1.9 | 2.88 | - |
| YUV | 31.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 46 | 0.85 | 0.09 | 0 | 0.82 | 186.15 | 0.74 | 0.1 |
| Hex | 7 | 2A | 2E | 55 | 9 | 0 | 52 | BA | 4A | A |
| Octal | 7 | 52 | 56 | 125 | 11 | 0 | 122 | 272 | 112 | 12 |
| Binary | 111 | 101010 | 101110 | 1010101 | 1001 | 0 | 1010010 | 10111010 | 1001010 | 1010 |
Color Harmonies of #072A2E
Complementary color
Monochromatic Colors of #072A2E
Black with #072A2E
Text Example
Text Example
White with #072A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A2E; }
p { color: rgb(7,42,46); }
H1.HeaderClassName
{
color: #072A2E;
}
.AnyTagClassName
{
color: #072A2E;
}
</style>
background-color css
<style>
a { background-color: #072A2E; }
a { background-color: rgb(7,42,46); }
div.DivClassName
{
background-color: #072A2E;
}
.BgClassName
{
background-color: #072A2E;
}
</style>
border-color css
<style>
span { border-color: #072A2E; }
span { border-color: rgb(7,42,46); }
td.TdClassName
{
border-color: #072A2E;
}
.TagClassName
{
border-color: #072A2E;
}
</style>