Shades of Pine Tree #071302
Tints of Pine Tree #071302
RGB
CMYK
RGB Variations
Color information
#071302 (or 0x071302) is known color: Pine Tree. HEX triplet: 07, 13 and 02. RGB value is (7,19,2). Sum of RGB (Red+Green+Blue) = 7+19+2=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #071302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071302 is #F8ECFD. Grayscale: #0D0D0D. Windows color (decimal): -16313598 or 135943. OLE color: 135943.
HSL color Cylindrical-coordinate representation of color #071302: hue angle of 102.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071302 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
RGB | 7 | 19 | 2 | - |
CMYK | 0.63 | 0 | 0.89 | 0.93 |
HSL | 102.35º | 0.81% | 0.04% | - |
HSV(B) | 102.35º | 0.89% | 0.07% | - |
XYZ | 0.33 | 0.52 | 0.14 | - |
YUV | 13.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 19 | 2 | 0.63 | 0 | 0.89 | 0.93 | 102.35 | 0.81 | 0.04 |
Hex | 7 | 13 | 2 | 3F | 0 | 59 | 5D | 66 | 51 | 4 |
Octal | 7 | 23 | 2 | 77 | 0 | 131 | 135 | 146 | 121 | 4 |
Binary | 111 | 10011 | 10 | 111111 | 0 | 1011001 | 1011101 | 1100110 | 1010001 | 100 |
Color Harmonies of #071302
Complementary color
Monochromatic Colors of #071302
Black with #071302
Text Example
Text Example
White with #071302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071302; }
p { color: rgb(7,19,2); }
H1.HeaderClassName
{
color: #071302;
}
.AnyTagClassName
{
color: #071302;
}
</style>
background-color css
<style>
a { background-color: #071302; }
a { background-color: rgb(7,19,2); }
div.DivClassName
{
background-color: #071302;
}
.BgClassName
{
background-color: #071302;
}
</style>
border-color css
<style>
span { border-color: #071302; }
span { border-color: rgb(7,19,2); }
td.TdClassName
{
border-color: #071302;
}
.TagClassName
{
border-color: #071302;
}
</style>