Shades of Pine Tree #081702
Tints of Pine Tree #081702
RGB
CMYK
RGB Variations
Color information
#081702 (or 0x081702) is known color: Pine Tree. HEX triplet: 08, 17 and 02. RGB value is (8,23,2). Sum of RGB (Red+Green+Blue) = 8+23+2=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #081702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081702 is #F7E8FD. Grayscale: #101010. Windows color (decimal): -16247038 or 136968. OLE color: 136968.
HSL color Cylindrical-coordinate representation of color #081702: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081702 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 23 | 2 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.91 |
| HSL | 102.86º | 0.84% | 0.05% | - |
| HSV(B) | 102.86º | 0.91% | 0.09% | - |
| XYZ | 0.42 | 0.67 | 0.16 | - |
| YUV | 16.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 2 | 0.65 | 0 | 0.91 | 0.91 | 102.86 | 0.84 | 0.05 |
| Hex | 8 | 17 | 2 | 41 | 0 | 5B | 5B | 67 | 54 | 5 |
| Octal | 10 | 27 | 2 | 101 | 0 | 133 | 133 | 147 | 124 | 5 |
| Binary | 1000 | 10111 | 10 | 1000001 | 0 | 1011011 | 1011011 | 1100111 | 1010100 | 101 |
Color Harmonies of #081702
Complementary color
Monochromatic Colors of #081702
Black with #081702
Text Example
Text Example
White with #081702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081702; }
p { color: rgb(8,23,2); }
H1.HeaderClassName
{
color: #081702;
}
.AnyTagClassName
{
color: #081702;
}
</style>
background-color css
<style>
a { background-color: #081702; }
a { background-color: rgb(8,23,2); }
div.DivClassName
{
background-color: #081702;
}
.BgClassName
{
background-color: #081702;
}
</style>
border-color css
<style>
span { border-color: #081702; }
span { border-color: rgb(8,23,2); }
td.TdClassName
{
border-color: #081702;
}
.TagClassName
{
border-color: #081702;
}
</style>