Shades of Pine Tree #091205
Tints of Pine Tree #091205
RGB
CMYK
RGB Variations
Color information
#091205 (or 0x091205) is known color: Pine Tree. HEX triplet: 09, 12 and 05. RGB value is (9,18,5). Sum of RGB (Red+Green+Blue) = 9+18+5=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #091205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091205 is #F6EDFA. Grayscale: #0D0D0D. Windows color (decimal): -16182779 or 332297. OLE color: 332297.
HSL color Cylindrical-coordinate representation of color #091205: hue angle of 101.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091205 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 5 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.93 |
| HSL | 101.54º | 0.57% | 0.05% | - |
| HSV(B) | 101.54º | 0.72% | 0.07% | - |
| XYZ | 0.36 | 0.5 | 0.22 | - |
| YUV | 13.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 5 | 0.5 | 0 | 0.72 | 0.93 | 101.54 | 0.57 | 0.05 |
| Hex | 9 | 12 | 5 | 32 | 0 | 48 | 5D | 66 | 39 | 5 |
| Octal | 11 | 22 | 5 | 62 | 0 | 110 | 135 | 146 | 71 | 5 |
| Binary | 1001 | 10010 | 101 | 110010 | 0 | 1001000 | 1011101 | 1100110 | 111001 | 101 |
Color Harmonies of #091205
Complementary color
Monochromatic Colors of #091205
Black with #091205
Text Example
Text Example
White with #091205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091205; }
p { color: rgb(9,18,5); }
H1.HeaderClassName
{
color: #091205;
}
.AnyTagClassName
{
color: #091205;
}
</style>
background-color css
<style>
a { background-color: #091205; }
a { background-color: rgb(9,18,5); }
div.DivClassName
{
background-color: #091205;
}
.BgClassName
{
background-color: #091205;
}
</style>
border-color css
<style>
span { border-color: #091205; }
span { border-color: rgb(9,18,5); }
td.TdClassName
{
border-color: #091205;
}
.TagClassName
{
border-color: #091205;
}
</style>