Shades of Deep Fir #072B12
Tints of Deep Fir #072B12
RGB
CMYK
RGB Variations
Color information
#072B12 (or 0x072B12) is known color: Deep Fir. HEX triplet: 07, 2B and 12. RGB value is (7,43,18). Sum of RGB (Red+Green+Blue) = 7+43+18=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 43 (17.19% from 255 or 63.24% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 43 - color contains mainly: green. Hex color #072B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B12 is #F8D4ED. Grayscale: #1D1D1D. Windows color (decimal): -16307438 or 1190663. OLE color: 1190663.
HSL color Cylindrical-coordinate representation of color #072B12: hue angle of 138.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072B12 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 18 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.83 |
| HSL | 138.33º | 0.72% | 0.1% | - |
| HSV(B) | 138.33º | 0.84% | 0.17% | - |
| XYZ | 1.06 | 1.82 | 0.87 | - |
| YUV | 29.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 18 | 0.84 | 0 | 0.58 | 0.83 | 138.33 | 0.72 | 0.1 |
| Hex | 7 | 2B | 12 | 54 | 0 | 3A | 53 | 8A | 48 | A |
| Octal | 7 | 53 | 22 | 124 | 0 | 72 | 123 | 212 | 110 | 12 |
| Binary | 111 | 101011 | 10010 | 1010100 | 0 | 111010 | 1010011 | 10001010 | 1001000 | 1010 |
Color Harmonies of #072B12
Complementary color
Monochromatic Colors of #072B12
Black with #072B12
Text Example
Text Example
White with #072B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B12; }
p { color: rgb(7,43,18); }
H1.HeaderClassName
{
color: #072B12;
}
.AnyTagClassName
{
color: #072B12;
}
</style>
background-color css
<style>
a { background-color: #072B12; }
a { background-color: rgb(7,43,18); }
div.DivClassName
{
background-color: #072B12;
}
.BgClassName
{
background-color: #072B12;
}
</style>
border-color css
<style>
span { border-color: #072B12; }
span { border-color: rgb(7,43,18); }
td.TdClassName
{
border-color: #072B12;
}
.TagClassName
{
border-color: #072B12;
}
</style>