Shades of Pine Tree #090D00
Tints of Pine Tree #090D00
RGB
CMYK
RGB Variations
Color information
#090D00 (or 0x090D00) is known color: Pine Tree. HEX triplet: 09, 0D and 00. RGB value is (9,13,0). Sum of RGB (Red+Green+Blue) = 9+13+0=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #090D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D00 is #F6F2FF. Grayscale: #0A0A0A. Windows color (decimal): -16184064 or 3337. OLE color: 3337.
HSL color Cylindrical-coordinate representation of color #090D00: hue angle of 78.46º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090D00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 13 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.95 |
| HSL | 78.46º | 1% | 0.03% | - |
| HSV(B) | 78.46º | 1% | 0.05% | - |
| XYZ | 0.26 | 0.35 | 0.05 | - |
| YUV | 10.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 0 | 0.31 | 0 | 1 | 0.95 | 78.46 | 1 | 0.03 |
| Hex | 9 | D | 0 | 1F | 0 | 64 | 5F | 4E | 64 | 3 |
| Octal | 11 | 15 | 0 | 37 | 0 | 144 | 137 | 116 | 144 | 3 |
| Binary | 1001 | 1101 | 0 | 11111 | 0 | 1100100 | 1011111 | 1001110 | 1100100 | 11 |
Color Harmonies of #090D00
Complementary color
Monochromatic Colors of #090D00
Black with #090D00
Text Example
Text Example
White with #090D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D00; }
p { color: rgb(9,13,0); }
H1.HeaderClassName
{
color: #090D00;
}
.AnyTagClassName
{
color: #090D00;
}
</style>
background-color css
<style>
a { background-color: #090D00; }
a { background-color: rgb(9,13,0); }
div.DivClassName
{
background-color: #090D00;
}
.BgClassName
{
background-color: #090D00;
}
</style>
border-color css
<style>
span { border-color: #090D00; }
span { border-color: rgb(9,13,0); }
td.TdClassName
{
border-color: #090D00;
}
.TagClassName
{
border-color: #090D00;
}
</style>