Shades of Pine Tree #081102
Tints of Pine Tree #081102
RGB
CMYK
RGB Variations
Color information
#081102 (or 0x081102) is known color: Pine Tree. HEX triplet: 08, 11 and 02. RGB value is (8,17,2). Sum of RGB (Red+Green+Blue) = 8+17+2=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #081102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081102 is #F7EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16248574 or 135432. OLE color: 135432.
HSL color Cylindrical-coordinate representation of color #081102: hue angle of 96º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081102 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 2 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.93 |
| HSL | 96º | 0.79% | 0.04% | - |
| HSV(B) | 96º | 0.88% | 0.07% | - |
| XYZ | 0.31 | 0.46 | 0.13 | - |
| YUV | 12.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 2 | 0.53 | 0 | 0.88 | 0.93 | 96 | 0.79 | 0.04 |
| Hex | 8 | 11 | 2 | 35 | 0 | 58 | 5D | 60 | 4F | 4 |
| Octal | 10 | 21 | 2 | 65 | 0 | 130 | 135 | 140 | 117 | 4 |
| Binary | 1000 | 10001 | 10 | 110101 | 0 | 1011000 | 1011101 | 1100000 | 1001111 | 100 |
Color Harmonies of #081102
Complementary color
Monochromatic Colors of #081102
Black with #081102
Text Example
Text Example
White with #081102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081102; }
p { color: rgb(8,17,2); }
H1.HeaderClassName
{
color: #081102;
}
.AnyTagClassName
{
color: #081102;
}
</style>
background-color css
<style>
a { background-color: #081102; }
a { background-color: rgb(8,17,2); }
div.DivClassName
{
background-color: #081102;
}
.BgClassName
{
background-color: #081102;
}
</style>
border-color css
<style>
span { border-color: #081102; }
span { border-color: rgb(8,17,2); }
td.TdClassName
{
border-color: #081102;
}
.TagClassName
{
border-color: #081102;
}
</style>