Shades of Pine Tree #070B02
Tints of Pine Tree #070B02
RGB
CMYK
RGB Variations
Color information
#070B02 (or 0x070B02) is known color: Pine Tree. HEX triplet: 07, 0B and 02. RGB value is (7,11,2). Sum of RGB (Red+Green+Blue) = 7+11+2=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #070B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B02 is #F8F4FD. Grayscale: #080808. Windows color (decimal): -16315646 or 133895. OLE color: 133895.
HSL color Cylindrical-coordinate representation of color #070B02: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070B02 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 11 | 2 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.96 |
| HSL | 86.67º | 0.69% | 0.03% | - |
| HSV(B) | 86.67º | 0.82% | 0.04% | - |
| XYZ | 0.22 | 0.29 | 0.1 | - |
| YUV | 8.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 2 | 0.36 | 0 | 0.82 | 0.96 | 86.67 | 0.69 | 0.03 |
| Hex | 7 | B | 2 | 24 | 0 | 52 | 60 | 57 | 45 | 3 |
| Octal | 7 | 13 | 2 | 44 | 0 | 122 | 140 | 127 | 105 | 3 |
| Binary | 111 | 1011 | 10 | 100100 | 0 | 1010010 | 1100000 | 1010111 | 1000101 | 11 |
Color Harmonies of #070B02
Complementary color
Monochromatic Colors of #070B02
Black with #070B02
Text Example
Text Example
White with #070B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B02; }
p { color: rgb(7,11,2); }
H1.HeaderClassName
{
color: #070B02;
}
.AnyTagClassName
{
color: #070B02;
}
</style>
background-color css
<style>
a { background-color: #070B02; }
a { background-color: rgb(7,11,2); }
div.DivClassName
{
background-color: #070B02;
}
.BgClassName
{
background-color: #070B02;
}
</style>
border-color css
<style>
span { border-color: #070B02; }
span { border-color: rgb(7,11,2); }
td.TdClassName
{
border-color: #070B02;
}
.TagClassName
{
border-color: #070B02;
}
</style>