Shades of Nordic #072B2F
Tints of Nordic #072B2F
RGB
CMYK
RGB Variations
Color information
#072B2F (or 0x072B2F) is known color: Nordic. HEX triplet: 07, 2B and 2F. RGB value is (7,43,47). Sum of RGB (Red+Green+Blue) = 7+43+47=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #072B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B2F is #F8D4D0. Grayscale: #202020. Windows color (decimal): -16307409 or 3091207. OLE color: 3091207.
HSL color Cylindrical-coordinate representation of color #072B2F: hue angle of 186º 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 #072B2F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 43 | 47 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.82 |
| HSL | 186º | 0.74% | 0.11% | - |
| HSV(B) | 186º | 0.85% | 0.18% | - |
| XYZ | 1.46 | 1.98 | 2.99 | - |
| YUV | 32.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 47 | 0.85 | 0.09 | 0 | 0.82 | 186 | 0.74 | 0.11 |
| Hex | 7 | 2B | 2F | 55 | 9 | 0 | 52 | BA | 4A | B |
| Octal | 7 | 53 | 57 | 125 | 11 | 0 | 122 | 272 | 112 | 13 |
| Binary | 111 | 101011 | 101111 | 1010101 | 1001 | 0 | 1010010 | 10111010 | 1001010 | 1011 |
Color Harmonies of #072B2F
Complementary color
Monochromatic Colors of #072B2F
Black with #072B2F
Text Example
Text Example
White with #072B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B2F; }
p { color: rgb(7,43,47); }
H1.HeaderClassName
{
color: #072B2F;
}
.AnyTagClassName
{
color: #072B2F;
}
</style>
background-color css
<style>
a { background-color: #072B2F; }
a { background-color: rgb(7,43,47); }
div.DivClassName
{
background-color: #072B2F;
}
.BgClassName
{
background-color: #072B2F;
}
</style>
border-color css
<style>
span { border-color: #072B2F; }
span { border-color: rgb(7,43,47); }
td.TdClassName
{
border-color: #072B2F;
}
.TagClassName
{
border-color: #072B2F;
}
</style>