Shades of Pine Tree #090F02
Tints of Pine Tree #090F02
RGB
CMYK
RGB Variations
Color information
#090F02 (or 0x090F02) is known color: Pine Tree. HEX triplet: 09, 0F and 02. RGB value is (9,15,2). Sum of RGB (Red+Green+Blue) = 9+15+2=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #090F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F02 is #F6F0FD. Grayscale: #0B0B0B. Windows color (decimal): -16183550 or 134921. OLE color: 134921.
HSL color Cylindrical-coordinate representation of color #090F02: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #090F02 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 15 | 2 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.94 |
| HSL | 87.69º | 0.76% | 0.03% | - |
| HSV(B) | 87.69º | 0.87% | 0.06% | - |
| XYZ | 0.29 | 0.4 | 0.12 | - |
| YUV | 11.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 2 | 0.40 | 0 | 0.87 | 0.94 | 87.69 | 0.76 | 0.03 |
| Hex | 9 | F | 2 | 28 | 0 | 57 | 5E | 58 | 4C | 3 |
| Octal | 11 | 17 | 2 | 50 | 0 | 127 | 136 | 130 | 114 | 3 |
| Binary | 1001 | 1111 | 10 | 101000 | 0 | 1010111 | 1011110 | 1011000 | 1001100 | 11 |
Color Harmonies of #090F02
Complementary color
Monochromatic Colors of #090F02
Black with #090F02
Text Example
Text Example
White with #090F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F02; }
p { color: rgb(9,15,2); }
H1.HeaderClassName
{
color: #090F02;
}
.AnyTagClassName
{
color: #090F02;
}
</style>
background-color css
<style>
a { background-color: #090F02; }
a { background-color: rgb(9,15,2); }
div.DivClassName
{
background-color: #090F02;
}
.BgClassName
{
background-color: #090F02;
}
</style>
border-color css
<style>
span { border-color: #090F02; }
span { border-color: rgb(9,15,2); }
td.TdClassName
{
border-color: #090F02;
}
.TagClassName
{
border-color: #090F02;
}
</style>