Shades of Pine Tree #091002
Tints of Pine Tree #091002
RGB
CMYK
RGB Variations
Color information
#091002 (or 0x091002) is known color: Pine Tree. HEX triplet: 09, 10 and 02. RGB value is (9,16,2). Sum of RGB (Red+Green+Blue) = 9+16+2=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #091002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091002 is #F6EFFD. Grayscale: #0C0C0C. Windows color (decimal): -16183294 or 135177. OLE color: 135177.
HSL color Cylindrical-coordinate representation of color #091002: hue angle of 90º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091002 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 16 | 2 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.94 |
| HSL | 90º | 0.78% | 0.04% | - |
| HSV(B) | 90º | 0.88% | 0.06% | - |
| XYZ | 0.31 | 0.43 | 0.12 | - |
| YUV | 12.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 2 | 0.44 | 0 | 0.87 | 0.94 | 90 | 0.78 | 0.04 |
| Hex | 9 | 10 | 2 | 2C | 0 | 57 | 5E | 5A | 4E | 4 |
| Octal | 11 | 20 | 2 | 54 | 0 | 127 | 136 | 132 | 116 | 4 |
| Binary | 1001 | 10000 | 10 | 101100 | 0 | 1010111 | 1011110 | 1011010 | 1001110 | 100 |
Color Harmonies of #091002
Complementary color
Monochromatic Colors of #091002
Black with #091002
Text Example
Text Example
White with #091002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091002; }
p { color: rgb(9,16,2); }
H1.HeaderClassName
{
color: #091002;
}
.AnyTagClassName
{
color: #091002;
}
</style>
background-color css
<style>
a { background-color: #091002; }
a { background-color: rgb(9,16,2); }
div.DivClassName
{
background-color: #091002;
}
.BgClassName
{
background-color: #091002;
}
</style>
border-color css
<style>
span { border-color: #091002; }
span { border-color: rgb(9,16,2); }
td.TdClassName
{
border-color: #091002;
}
.TagClassName
{
border-color: #091002;
}
</style>