Shades of Nordic #072D2E
Tints of Nordic #072D2E
RGB
CMYK
RGB Variations
Color information
#072D2E (or 0x072D2E) is known color: Nordic. HEX triplet: 07, 2D and 2E. RGB value is (7,45,46). Sum of RGB (Red+Green+Blue) = 7+45+46=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #072D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D2E is #F8D2D1. Grayscale: #212121. Windows color (decimal): -16306898 or 3026183. OLE color: 3026183.
HSL color Cylindrical-coordinate representation of color #072D2E: hue angle of 181.54º 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 #072D2E is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 45 | 46 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.82 |
| HSL | 181.54º | 0.74% | 0.1% | - |
| HSV(B) | 181.54º | 0.85% | 0.18% | - |
| XYZ | 1.52 | 2.12 | 2.91 | - |
| YUV | 33.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 46 | 0.85 | 0.02 | 0 | 0.82 | 181.54 | 0.74 | 0.1 |
| Hex | 7 | 2D | 2E | 55 | 2 | 0 | 52 | B6 | 4A | A |
| Octal | 7 | 55 | 56 | 125 | 2 | 0 | 122 | 266 | 112 | 12 |
| Binary | 111 | 101101 | 101110 | 1010101 | 10 | 0 | 1010010 | 10110110 | 1001010 | 1010 |
Color Harmonies of #072D2E
Complementary color
Monochromatic Colors of #072D2E
Black with #072D2E
Text Example
Text Example
White with #072D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D2E; }
p { color: rgb(7,45,46); }
H1.HeaderClassName
{
color: #072D2E;
}
.AnyTagClassName
{
color: #072D2E;
}
</style>
background-color css
<style>
a { background-color: #072D2E; }
a { background-color: rgb(7,45,46); }
div.DivClassName
{
background-color: #072D2E;
}
.BgClassName
{
background-color: #072D2E;
}
</style>
border-color css
<style>
span { border-color: #072D2E; }
span { border-color: rgb(7,45,46); }
td.TdClassName
{
border-color: #072D2E;
}
.TagClassName
{
border-color: #072D2E;
}
</style>