Shades of Pine Tree #091202
Tints of Pine Tree #091202
RGB
CMYK
RGB Variations
Color information
#091202 (or 0x091202) is known color: Pine Tree. HEX triplet: 09, 12 and 02. RGB value is (9,18,2). Sum of RGB (Red+Green+Blue) = 9+18+2=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #091202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091202 is #F6EDFD. Grayscale: #0D0D0D. Windows color (decimal): -16182782 or 135689. OLE color: 135689.
HSL color Cylindrical-coordinate representation of color #091202: hue angle of 93.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091202 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 2 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.93 |
| HSL | 93.75º | 0.8% | 0.04% | - |
| HSV(B) | 93.75º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.5 | 0.14 | - |
| YUV | 13.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 2 | 0.5 | 0 | 0.89 | 0.93 | 93.75 | 0.8 | 0.04 |
| Hex | 9 | 12 | 2 | 32 | 0 | 59 | 5D | 5E | 50 | 4 |
| Octal | 11 | 22 | 2 | 62 | 0 | 131 | 135 | 136 | 120 | 4 |
| Binary | 1001 | 10010 | 10 | 110010 | 0 | 1011001 | 1011101 | 1011110 | 1010000 | 100 |
Color Harmonies of #091202
Complementary color
Monochromatic Colors of #091202
Black with #091202
Text Example
Text Example
White with #091202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091202; }
p { color: rgb(9,18,2); }
H1.HeaderClassName
{
color: #091202;
}
.AnyTagClassName
{
color: #091202;
}
</style>
background-color css
<style>
a { background-color: #091202; }
a { background-color: rgb(9,18,2); }
div.DivClassName
{
background-color: #091202;
}
.BgClassName
{
background-color: #091202;
}
</style>
border-color css
<style>
span { border-color: #091202; }
span { border-color: rgb(9,18,2); }
td.TdClassName
{
border-color: #091202;
}
.TagClassName
{
border-color: #091202;
}
</style>