Shades of Nordic #072D2F
Tints of Nordic #072D2F
RGB
CMYK
RGB Variations
Color information
#072D2F (or 0x072D2F) is known color: Nordic. HEX triplet: 07, 2D and 2F. RGB value is (7,45,47). Sum of RGB (Red+Green+Blue) = 7+45+47=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #072D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D2F is #F8D2D0. Grayscale: #212121. Windows color (decimal): -16306897 or 3091719. OLE color: 3091719.
HSL color Cylindrical-coordinate representation of color #072D2F: hue angle of 183º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072D2F is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 45 | 47 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.82 |
| HSL | 183º | 0.74% | 0.11% | - |
| HSV(B) | 183º | 0.85% | 0.18% | - |
| XYZ | 1.54 | 2.13 | 3.02 | - |
| YUV | 33.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 47 | 0.85 | 0.04 | 0 | 0.82 | 183 | 0.74 | 0.11 |
| Hex | 7 | 2D | 2F | 55 | 4 | 0 | 52 | B7 | 4A | B |
| Octal | 7 | 55 | 57 | 125 | 4 | 0 | 122 | 267 | 112 | 13 |
| Binary | 111 | 101101 | 101111 | 1010101 | 100 | 0 | 1010010 | 10110111 | 1001010 | 1011 |
Color Harmonies of #072D2F
Complementary color
Monochromatic Colors of #072D2F
Black with #072D2F
Text Example
Text Example
White with #072D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D2F; }
p { color: rgb(7,45,47); }
H1.HeaderClassName
{
color: #072D2F;
}
.AnyTagClassName
{
color: #072D2F;
}
</style>
background-color css
<style>
a { background-color: #072D2F; }
a { background-color: rgb(7,45,47); }
div.DivClassName
{
background-color: #072D2F;
}
.BgClassName
{
background-color: #072D2F;
}
</style>
border-color css
<style>
span { border-color: #072D2F; }
span { border-color: rgb(7,45,47); }
td.TdClassName
{
border-color: #072D2F;
}
.TagClassName
{
border-color: #072D2F;
}
</style>