Shades of Pine Tree #081402
Tints of Pine Tree #081402
RGB
CMYK
RGB Variations
Color information
#081402 (or 0x081402) is known color: Pine Tree. HEX triplet: 08, 14 and 02. RGB value is (8,20,2). Sum of RGB (Red+Green+Blue) = 8+20+2=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #081402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081402 is #F7EBFD. Grayscale: #0E0E0E. Windows color (decimal): -16247806 or 136200. OLE color: 136200.
HSL color Cylindrical-coordinate representation of color #081402: hue angle of 100º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081402 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 2 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.92 |
| HSL | 100º | 0.82% | 0.04% | - |
| HSV(B) | 100º | 0.9% | 0.08% | - |
| XYZ | 0.36 | 0.56 | 0.15 | - |
| YUV | 14.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 2 | 0.60 | 0 | 0.90 | 0.92 | 100 | 0.82 | 0.04 |
| Hex | 8 | 14 | 2 | 3C | 0 | 5A | 5C | 64 | 52 | 4 |
| Octal | 10 | 24 | 2 | 74 | 0 | 132 | 134 | 144 | 122 | 4 |
| Binary | 1000 | 10100 | 10 | 111100 | 0 | 1011010 | 1011100 | 1100100 | 1010010 | 100 |
Color Harmonies of #081402
Complementary color
Monochromatic Colors of #081402
Black with #081402
Text Example
Text Example
White with #081402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081402; }
p { color: rgb(8,20,2); }
H1.HeaderClassName
{
color: #081402;
}
.AnyTagClassName
{
color: #081402;
}
</style>
background-color css
<style>
a { background-color: #081402; }
a { background-color: rgb(8,20,2); }
div.DivClassName
{
background-color: #081402;
}
.BgClassName
{
background-color: #081402;
}
</style>
border-color css
<style>
span { border-color: #081402; }
span { border-color: rgb(8,20,2); }
td.TdClassName
{
border-color: #081402;
}
.TagClassName
{
border-color: #081402;
}
</style>