Shades of Pine Tree #081500
Tints of Pine Tree #081500
RGB
CMYK
RGB Variations
Color information
#081500 (or 0x081500) is known color: Pine Tree. HEX triplet: 08, 15 and 00. RGB value is (8,21,0). Sum of RGB (Red+Green+Blue) = 8+21+0=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #081500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081500 is #F7EAFF. Grayscale: #0E0E0E. Windows color (decimal): -16247552 or 5384. OLE color: 5384.
HSL color Cylindrical-coordinate representation of color #081500: hue angle of 97.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #081500 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.92 |
| HSL | 97.14º | 1% | 0.04% | - |
| HSV(B) | 97.14º | 1% | 0.08% | - |
| XYZ | 0.37 | 0.59 | 0.09 | - |
| YUV | 14.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 0 | 0.62 | 0 | 1 | 0.92 | 97.14 | 1 | 0.04 |
| Hex | 8 | 15 | 0 | 3E | 0 | 64 | 5C | 61 | 64 | 4 |
| Octal | 10 | 25 | 0 | 76 | 0 | 144 | 134 | 141 | 144 | 4 |
| Binary | 1000 | 10101 | 0 | 111110 | 0 | 1100100 | 1011100 | 1100001 | 1100100 | 100 |
Color Harmonies of #081500
Complementary color
Monochromatic Colors of #081500
Black with #081500
Text Example
Text Example
White with #081500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081500; }
p { color: rgb(8,21,0); }
H1.HeaderClassName
{
color: #081500;
}
.AnyTagClassName
{
color: #081500;
}
</style>
background-color css
<style>
a { background-color: #081500; }
a { background-color: rgb(8,21,0); }
div.DivClassName
{
background-color: #081500;
}
.BgClassName
{
background-color: #081500;
}
</style>
border-color css
<style>
span { border-color: #081500; }
span { border-color: rgb(8,21,0); }
td.TdClassName
{
border-color: #081500;
}
.TagClassName
{
border-color: #081500;
}
</style>