Shades of Pine Tree #081004
Tints of Pine Tree #081004
RGB
CMYK
RGB Variations
Color information
#081004 (or 0x081004) is known color: Pine Tree. HEX triplet: 08, 10 and 04. RGB value is (8,16,4). Sum of RGB (Red+Green+Blue) = 8+16+4=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #081004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081004 is #F7EFFB. Grayscale: #0C0C0C. Windows color (decimal): -16248828 or 266248. OLE color: 266248.
HSL color Cylindrical-coordinate representation of color #081004: hue angle of 100º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #081004 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 16 | 4 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.94 |
| HSL | 100º | 0.6% | 0.04% | - |
| HSV(B) | 100º | 0.75% | 0.06% | - |
| XYZ | 0.31 | 0.43 | 0.18 | - |
| YUV | 12.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 4 | 0.50 | 0 | 0.75 | 0.94 | 100 | 0.6 | 0.04 |
| Hex | 8 | 10 | 4 | 32 | 0 | 4B | 5E | 64 | 3C | 4 |
| Octal | 10 | 20 | 4 | 62 | 0 | 113 | 136 | 144 | 74 | 4 |
| Binary | 1000 | 10000 | 100 | 110010 | 0 | 1001011 | 1011110 | 1100100 | 111100 | 100 |
Color Harmonies of #081004
Complementary color
Monochromatic Colors of #081004
Black with #081004
Text Example
Text Example
White with #081004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081004; }
p { color: rgb(8,16,4); }
H1.HeaderClassName
{
color: #081004;
}
.AnyTagClassName
{
color: #081004;
}
</style>
background-color css
<style>
a { background-color: #081004; }
a { background-color: rgb(8,16,4); }
div.DivClassName
{
background-color: #081004;
}
.BgClassName
{
background-color: #081004;
}
</style>
border-color css
<style>
span { border-color: #081004; }
span { border-color: rgb(8,16,4); }
td.TdClassName
{
border-color: #081004;
}
.TagClassName
{
border-color: #081004;
}
</style>