Shades of Pine Tree #081900
Tints of Pine Tree #081900
RGB
CMYK
RGB Variations
Color information
#081900 (or 0x081900) is known color: Pine Tree. HEX triplet: 08, 19 and 00. RGB value is (8,25,0). Sum of RGB (Red+Green+Blue) = 8+25+0=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 25 (10.16% from 255 or 75.76% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 25 - color contains mainly: green. Hex color #081900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081900 is #F7E6FF. Grayscale: #111111. Windows color (decimal): -16246528 or 6408. OLE color: 6408.
HSL color Cylindrical-coordinate representation of color #081900: hue angle of 100.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #081900 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 25 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.90 |
| HSL | 100.8º | 1% | 0.05% | - |
| HSV(B) | 100.8º | 1% | 0.1% | - |
| XYZ | 0.45 | 0.75 | 0.12 | - |
| YUV | 17.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 0 | 0.68 | 0 | 1 | 0.90 | 100.8 | 1 | 0.05 |
| Hex | 8 | 19 | 0 | 44 | 0 | 64 | 5A | 65 | 64 | 5 |
| Octal | 10 | 31 | 0 | 104 | 0 | 144 | 132 | 145 | 144 | 5 |
| Binary | 1000 | 11001 | 0 | 1000100 | 0 | 1100100 | 1011010 | 1100101 | 1100100 | 101 |
Color Harmonies of #081900
Complementary color
Monochromatic Colors of #081900
Black with #081900
Text Example
Text Example
White with #081900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081900; }
p { color: rgb(8,25,0); }
H1.HeaderClassName
{
color: #081900;
}
.AnyTagClassName
{
color: #081900;
}
</style>
background-color css
<style>
a { background-color: #081900; }
a { background-color: rgb(8,25,0); }
div.DivClassName
{
background-color: #081900;
}
.BgClassName
{
background-color: #081900;
}
</style>
border-color css
<style>
span { border-color: #081900; }
span { border-color: rgb(8,25,0); }
td.TdClassName
{
border-color: #081900;
}
.TagClassName
{
border-color: #081900;
}
</style>