Shades of Deep Fir #072E0F
Tints of Deep Fir #072E0F
RGB
CMYK
RGB Variations
Color information
#072E0F (or 0x072E0F) is known color: Deep Fir. HEX triplet: 07, 2E and 0F. RGB value is (7,46,15). Sum of RGB (Red+Green+Blue) = 7+46+15=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #072E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072E0F is #F8D1F0. Grayscale: #1E1E1E. Windows color (decimal): -16306673 or 994823. OLE color: 994823.
HSL color Cylindrical-coordinate representation of color #072E0F: hue angle of 132.31º 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 #072E0F is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 46 | 15 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.82 |
| HSL | 132.31º | 0.74% | 0.1% | - |
| HSV(B) | 132.31º | 0.85% | 0.18% | - |
| XYZ | 1.15 | 2.03 | 0.78 | - |
| YUV | 30.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 15 | 0.85 | 0 | 0.67 | 0.82 | 132.31 | 0.74 | 0.1 |
| Hex | 7 | 2E | F | 55 | 0 | 43 | 52 | 84 | 4A | A |
| Octal | 7 | 56 | 17 | 125 | 0 | 103 | 122 | 204 | 112 | 12 |
| Binary | 111 | 101110 | 1111 | 1010101 | 0 | 1000011 | 1010010 | 10000100 | 1001010 | 1010 |
Color Harmonies of #072E0F
Complementary color
Monochromatic Colors of #072E0F
Black with #072E0F
Text Example
Text Example
White with #072E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E0F; }
p { color: rgb(7,46,15); }
H1.HeaderClassName
{
color: #072E0F;
}
.AnyTagClassName
{
color: #072E0F;
}
</style>
background-color css
<style>
a { background-color: #072E0F; }
a { background-color: rgb(7,46,15); }
div.DivClassName
{
background-color: #072E0F;
}
.BgClassName
{
background-color: #072E0F;
}
</style>
border-color css
<style>
span { border-color: #072E0F; }
span { border-color: rgb(7,46,15); }
td.TdClassName
{
border-color: #072E0F;
}
.TagClassName
{
border-color: #072E0F;
}
</style>