Shades of Pine Tree #081400
Tints of Pine Tree #081400
RGB
CMYK
RGB Variations
Color information
#081400 (or 0x081400) is known color: Pine Tree. HEX triplet: 08, 14 and 00. RGB value is (8,20,0). Sum of RGB (Red+Green+Blue) = 8+20+0=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #081400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081400 is #F7EBFF. Grayscale: #0E0E0E. Windows color (decimal): -16247808 or 5128. OLE color: 5128.
HSL color Cylindrical-coordinate representation of color #081400: hue angle of 96º 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 #081400 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.92 |
| HSL | 96º | 1% | 0.04% | - |
| HSV(B) | 96º | 1% | 0.08% | - |
| XYZ | 0.35 | 0.55 | 0.09 | - |
| YUV | 14.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 0 | 0.60 | 0 | 1 | 0.92 | 96 | 1 | 0.04 |
| Hex | 8 | 14 | 0 | 3C | 0 | 64 | 5C | 60 | 64 | 4 |
| Octal | 10 | 24 | 0 | 74 | 0 | 144 | 134 | 140 | 144 | 4 |
| Binary | 1000 | 10100 | 0 | 111100 | 0 | 1100100 | 1011100 | 1100000 | 1100100 | 100 |
Color Harmonies of #081400
Complementary color
Monochromatic Colors of #081400
Black with #081400
Text Example
Text Example
White with #081400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081400; }
p { color: rgb(8,20,0); }
H1.HeaderClassName
{
color: #081400;
}
.AnyTagClassName
{
color: #081400;
}
</style>
background-color css
<style>
a { background-color: #081400; }
a { background-color: rgb(8,20,0); }
div.DivClassName
{
background-color: #081400;
}
.BgClassName
{
background-color: #081400;
}
</style>
border-color css
<style>
span { border-color: #081400; }
span { border-color: rgb(8,20,0); }
td.TdClassName
{
border-color: #081400;
}
.TagClassName
{
border-color: #081400;
}
</style>