Shades of Pine Tree #070F03
Tints of Pine Tree #070F03
RGB
CMYK
RGB Variations
Color information
#070F03 (or 0x070F03) is known color: Pine Tree. HEX triplet: 07, 0F and 03. RGB value is (7,15,3). Sum of RGB (Red+Green+Blue) = 7+15+3=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #070F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F03 is #F8F0FC. Grayscale: #0B0B0B. Windows color (decimal): -16314621 or 200455. OLE color: 200455.
HSL color Cylindrical-coordinate representation of color #070F03: hue angle of 100º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070F03 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 15 | 3 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.94 |
| HSL | 100º | 0.67% | 0.04% | - |
| HSV(B) | 100º | 0.8% | 0.06% | - |
| XYZ | 0.27 | 0.39 | 0.15 | - |
| YUV | 11.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 3 | 0.53 | 0 | 0.80 | 0.94 | 100 | 0.67 | 0.04 |
| Hex | 7 | F | 3 | 35 | 0 | 50 | 5E | 64 | 43 | 4 |
| Octal | 7 | 17 | 3 | 65 | 0 | 120 | 136 | 144 | 103 | 4 |
| Binary | 111 | 1111 | 11 | 110101 | 0 | 1010000 | 1011110 | 1100100 | 1000011 | 100 |
Color Harmonies of #070F03
Complementary color
Monochromatic Colors of #070F03
Black with #070F03
Text Example
Text Example
White with #070F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F03; }
p { color: rgb(7,15,3); }
H1.HeaderClassName
{
color: #070F03;
}
.AnyTagClassName
{
color: #070F03;
}
</style>
background-color css
<style>
a { background-color: #070F03; }
a { background-color: rgb(7,15,3); }
div.DivClassName
{
background-color: #070F03;
}
.BgClassName
{
background-color: #070F03;
}
</style>
border-color css
<style>
span { border-color: #070F03; }
span { border-color: rgb(7,15,3); }
td.TdClassName
{
border-color: #070F03;
}
.TagClassName
{
border-color: #070F03;
}
</style>