Shades of Pine Tree #090F01
Tints of Pine Tree #090F01
RGB
CMYK
RGB Variations
Color information
#090F01 (or 0x090F01) is known color: Pine Tree. HEX triplet: 09, 0F and 01. RGB value is (9,15,1). Sum of RGB (Red+Green+Blue) = 9+15+1=25 (3% of max value = 765). Red value is 9 (3.91% from 255 or 36% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #090F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F01 is #F6F0FE. Grayscale: #0B0B0B. Windows color (decimal): -16183551 or 69385. OLE color: 69385.
HSL color Cylindrical-coordinate representation of color #090F01: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090F01 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 15 | 1 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.94 |
| HSL | 85.71º | 0.88% | 0.03% | - |
| HSV(B) | 85.71º | 0.93% | 0.06% | - |
| XYZ | 0.29 | 0.4 | 0.09 | - |
| YUV | 11.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 1 | 0.40 | 0 | 0.93 | 0.94 | 85.71 | 0.88 | 0.03 |
| Hex | 9 | F | 1 | 28 | 0 | 5D | 5E | 56 | 58 | 3 |
| Octal | 11 | 17 | 1 | 50 | 0 | 135 | 136 | 126 | 130 | 3 |
| Binary | 1001 | 1111 | 1 | 101000 | 0 | 1011101 | 1011110 | 1010110 | 1011000 | 11 |
Color Harmonies of #090F01
Complementary color
Monochromatic Colors of #090F01
Black with #090F01
Text Example
Text Example
White with #090F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F01; }
p { color: rgb(9,15,1); }
H1.HeaderClassName
{
color: #090F01;
}
.AnyTagClassName
{
color: #090F01;
}
</style>
background-color css
<style>
a { background-color: #090F01; }
a { background-color: rgb(9,15,1); }
div.DivClassName
{
background-color: #090F01;
}
.BgClassName
{
background-color: #090F01;
}
</style>
border-color css
<style>
span { border-color: #090F01; }
span { border-color: rgb(9,15,1); }
td.TdClassName
{
border-color: #090F01;
}
.TagClassName
{
border-color: #090F01;
}
</style>