Shades of Nordic #072B2E
Tints of Nordic #072B2E
RGB
CMYK
RGB Variations
Color information
#072B2E (or 0x072B2E) is known color: Nordic. HEX triplet: 07, 2B and 2E. RGB value is (7,43,46). Sum of RGB (Red+Green+Blue) = 7+43+46=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #072B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B2E is #F8D4D1. Grayscale: #202020. Windows color (decimal): -16307410 or 3025671. OLE color: 3025671.
HSL color Cylindrical-coordinate representation of color #072B2E: hue angle of 184.62º 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 #072B2E is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 43 | 46 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.82 |
| HSL | 184.62º | 0.74% | 0.1% | - |
| HSV(B) | 184.62º | 0.85% | 0.18% | - |
| XYZ | 1.44 | 1.97 | 2.89 | - |
| YUV | 32.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 46 | 0.85 | 0.07 | 0 | 0.82 | 184.62 | 0.74 | 0.1 |
| Hex | 7 | 2B | 2E | 55 | 7 | 0 | 52 | B9 | 4A | A |
| Octal | 7 | 53 | 56 | 125 | 7 | 0 | 122 | 271 | 112 | 12 |
| Binary | 111 | 101011 | 101110 | 1010101 | 111 | 0 | 1010010 | 10111001 | 1001010 | 1010 |
Color Harmonies of #072B2E
Complementary color
Monochromatic Colors of #072B2E
Black with #072B2E
Text Example
Text Example
White with #072B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B2E; }
p { color: rgb(7,43,46); }
H1.HeaderClassName
{
color: #072B2E;
}
.AnyTagClassName
{
color: #072B2E;
}
</style>
background-color css
<style>
a { background-color: #072B2E; }
a { background-color: rgb(7,43,46); }
div.DivClassName
{
background-color: #072B2E;
}
.BgClassName
{
background-color: #072B2E;
}
</style>
border-color css
<style>
span { border-color: #072B2E; }
span { border-color: rgb(7,43,46); }
td.TdClassName
{
border-color: #072B2E;
}
.TagClassName
{
border-color: #072B2E;
}
</style>