Shades of Pine Tree #091200
Tints of Pine Tree #091200
RGB
CMYK
RGB Variations
Color information
#091200 (or 0x091200) is known color: Pine Tree. HEX triplet: 09, 12 and 00. RGB value is (9,18,0). Sum of RGB (Red+Green+Blue) = 9+18+0=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #091200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091200 is #F6EDFF. Grayscale: #0D0D0D. Windows color (decimal): -16182784 or 4617. OLE color: 4617.
HSL color Cylindrical-coordinate representation of color #091200: hue angle of 90º 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 #091200 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.93 |
| HSL | 90º | 1% | 0.04% | - |
| HSV(B) | 90º | 1% | 0.07% | - |
| XYZ | 0.33 | 0.49 | 0.08 | - |
| YUV | 13.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 0 | 0.5 | 0 | 1 | 0.93 | 90 | 1 | 0.04 |
| Hex | 9 | 12 | 0 | 32 | 0 | 64 | 5D | 5A | 64 | 4 |
| Octal | 11 | 22 | 0 | 62 | 0 | 144 | 135 | 132 | 144 | 4 |
| Binary | 1001 | 10010 | 0 | 110010 | 0 | 1100100 | 1011101 | 1011010 | 1100100 | 100 |
Color Harmonies of #091200
Complementary color
Monochromatic Colors of #091200
Black with #091200
Text Example
Text Example
White with #091200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091200; }
p { color: rgb(9,18,0); }
H1.HeaderClassName
{
color: #091200;
}
.AnyTagClassName
{
color: #091200;
}
</style>
background-color css
<style>
a { background-color: #091200; }
a { background-color: rgb(9,18,0); }
div.DivClassName
{
background-color: #091200;
}
.BgClassName
{
background-color: #091200;
}
</style>
border-color css
<style>
span { border-color: #091200; }
span { border-color: rgb(9,18,0); }
td.TdClassName
{
border-color: #091200;
}
.TagClassName
{
border-color: #091200;
}
</style>