Shades of Deep Fir #072B10
Tints of Deep Fir #072B10
RGB
CMYK
RGB Variations
Color information
#072B10 (or 0x072B10) is known color: Deep Fir. HEX triplet: 07, 2B and 10. RGB value is (7,43,16). Sum of RGB (Red+Green+Blue) = 7+43+16=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #072B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B10 is #F8D4EF. Grayscale: #1D1D1D. Windows color (decimal): -16307440 or 1059591. OLE color: 1059591.
HSL color Cylindrical-coordinate representation of color #072B10: hue angle of 135º 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 #072B10 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 16 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.83 |
| HSL | 135º | 0.72% | 0.1% | - |
| HSV(B) | 135º | 0.84% | 0.17% | - |
| XYZ | 1.05 | 1.81 | 0.78 | - |
| YUV | 29.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 16 | 0.84 | 0 | 0.63 | 0.83 | 135 | 0.72 | 0.1 |
| Hex | 7 | 2B | 10 | 54 | 0 | 3F | 53 | 87 | 48 | A |
| Octal | 7 | 53 | 20 | 124 | 0 | 77 | 123 | 207 | 110 | 12 |
| Binary | 111 | 101011 | 10000 | 1010100 | 0 | 111111 | 1010011 | 10000111 | 1001000 | 1010 |
Color Harmonies of #072B10
Complementary color
Monochromatic Colors of #072B10
Black with #072B10
Text Example
Text Example
White with #072B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B10; }
p { color: rgb(7,43,16); }
H1.HeaderClassName
{
color: #072B10;
}
.AnyTagClassName
{
color: #072B10;
}
</style>
background-color css
<style>
a { background-color: #072B10; }
a { background-color: rgb(7,43,16); }
div.DivClassName
{
background-color: #072B10;
}
.BgClassName
{
background-color: #072B10;
}
</style>
border-color css
<style>
span { border-color: #072B10; }
span { border-color: rgb(7,43,16); }
td.TdClassName
{
border-color: #072B10;
}
.TagClassName
{
border-color: #072B10;
}
</style>