Shades of Pine Tree #091500
Tints of Pine Tree #091500
RGB
CMYK
RGB Variations
Color information
#091500 (or 0x091500) is known color: Pine Tree. HEX triplet: 09, 15 and 00. RGB value is (9,21,0). Sum of RGB (Red+Green+Blue) = 9+21+0=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #091500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091500 is #F6EAFF. Grayscale: #0F0F0F. Windows color (decimal): -16182016 or 5385. OLE color: 5385.
HSL color Cylindrical-coordinate representation of color #091500: hue angle of 94.29º 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 #091500 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 21 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.92 |
| HSL | 94.29º | 1% | 0.04% | - |
| HSV(B) | 94.29º | 1% | 0.08% | - |
| XYZ | 0.38 | 0.59 | 0.09 | - |
| YUV | 15.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 0 | 0.57 | 0 | 1 | 0.92 | 94.29 | 1 | 0.04 |
| Hex | 9 | 15 | 0 | 39 | 0 | 64 | 5C | 5E | 64 | 4 |
| Octal | 11 | 25 | 0 | 71 | 0 | 144 | 134 | 136 | 144 | 4 |
| Binary | 1001 | 10101 | 0 | 111001 | 0 | 1100100 | 1011100 | 1011110 | 1100100 | 100 |
Color Harmonies of #091500
Complementary color
Monochromatic Colors of #091500
Black with #091500
Text Example
Text Example
White with #091500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091500; }
p { color: rgb(9,21,0); }
H1.HeaderClassName
{
color: #091500;
}
.AnyTagClassName
{
color: #091500;
}
</style>
background-color css
<style>
a { background-color: #091500; }
a { background-color: rgb(9,21,0); }
div.DivClassName
{
background-color: #091500;
}
.BgClassName
{
background-color: #091500;
}
</style>
border-color css
<style>
span { border-color: #091500; }
span { border-color: rgb(9,21,0); }
td.TdClassName
{
border-color: #091500;
}
.TagClassName
{
border-color: #091500;
}
</style>