Shades of Nordic #072C2E
Tints of Nordic #072C2E
RGB
CMYK
RGB Variations
Color information
#072C2E (or 0x072C2E) is known color: Nordic. HEX triplet: 07, 2C and 2E. RGB value is (7,44,46). Sum of RGB (Red+Green+Blue) = 7+44+46=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #072C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C2E is #F8D3D1. Grayscale: #212121. Windows color (decimal): -16307154 or 3025927. OLE color: 3025927.
HSL color Cylindrical-coordinate representation of color #072C2E: hue angle of 183.08º 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 #072C2E is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 44 | 46 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.82 |
| HSL | 183.08º | 0.74% | 0.1% | - |
| HSV(B) | 183.08º | 0.85% | 0.18% | - |
| XYZ | 1.48 | 2.04 | 2.9 | - |
| YUV | 33.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 46 | 0.85 | 0.04 | 0 | 0.82 | 183.08 | 0.74 | 0.1 |
| Hex | 7 | 2C | 2E | 55 | 4 | 0 | 52 | B7 | 4A | A |
| Octal | 7 | 54 | 56 | 125 | 4 | 0 | 122 | 267 | 112 | 12 |
| Binary | 111 | 101100 | 101110 | 1010101 | 100 | 0 | 1010010 | 10110111 | 1001010 | 1010 |
Color Harmonies of #072C2E
Complementary color
Monochromatic Colors of #072C2E
Black with #072C2E
Text Example
Text Example
White with #072C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C2E; }
p { color: rgb(7,44,46); }
H1.HeaderClassName
{
color: #072C2E;
}
.AnyTagClassName
{
color: #072C2E;
}
</style>
background-color css
<style>
a { background-color: #072C2E; }
a { background-color: rgb(7,44,46); }
div.DivClassName
{
background-color: #072C2E;
}
.BgClassName
{
background-color: #072C2E;
}
</style>
border-color css
<style>
span { border-color: #072C2E; }
span { border-color: rgb(7,44,46); }
td.TdClassName
{
border-color: #072C2E;
}
.TagClassName
{
border-color: #072C2E;
}
</style>