Shades of Pine Tree #081200
Tints of Pine Tree #081200
RGB
CMYK
RGB Variations
Color information
#081200 (or 0x081200) is known color: Pine Tree. HEX triplet: 08, 12 and 00. RGB value is (8,18,0). Sum of RGB (Red+Green+Blue) = 8+18+0=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #081200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081200 is #F7EDFF. Grayscale: #0D0D0D. Windows color (decimal): -16248320 or 4616. OLE color: 4616.
HSL color Cylindrical-coordinate representation of color #081200: hue angle of 93.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #081200 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 18 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.93 |
| HSL | 93.33º | 1% | 0.04% | - |
| HSV(B) | 93.33º | 1% | 0.07% | - |
| XYZ | 0.32 | 0.48 | 0.08 | - |
| YUV | 12.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 0 | 0.56 | 0 | 1 | 0.93 | 93.33 | 1 | 0.04 |
| Hex | 8 | 12 | 0 | 38 | 0 | 64 | 5D | 5D | 64 | 4 |
| Octal | 10 | 22 | 0 | 70 | 0 | 144 | 135 | 135 | 144 | 4 |
| Binary | 1000 | 10010 | 0 | 111000 | 0 | 1100100 | 1011101 | 1011101 | 1100100 | 100 |
Color Harmonies of #081200
Complementary color
Monochromatic Colors of #081200
Black with #081200
Text Example
Text Example
White with #081200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081200; }
p { color: rgb(8,18,0); }
H1.HeaderClassName
{
color: #081200;
}
.AnyTagClassName
{
color: #081200;
}
</style>
background-color css
<style>
a { background-color: #081200; }
a { background-color: rgb(8,18,0); }
div.DivClassName
{
background-color: #081200;
}
.BgClassName
{
background-color: #081200;
}
</style>
border-color css
<style>
span { border-color: #081200; }
span { border-color: rgb(8,18,0); }
td.TdClassName
{
border-color: #081200;
}
.TagClassName
{
border-color: #081200;
}
</style>