Shades of Pine Tree #091B00
Tints of Pine Tree #091B00
RGB
CMYK
RGB Variations
Color information
#091B00 (or 0x091B00) is known color: Pine Tree. HEX triplet: 09, 1B and 00. RGB value is (9,27,0). Sum of RGB (Red+Green+Blue) = 9+27+0=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #091B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B00 is #F6E4FF. Grayscale: #121212. Windows color (decimal): -16180480 or 6921. OLE color: 6921.
HSL color Cylindrical-coordinate representation of color #091B00: hue angle of 100º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091B00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.89 |
| HSL | 100º | 1% | 0.05% | - |
| HSV(B) | 100º | 1% | 0.11% | - |
| XYZ | 0.5 | 0.84 | 0.14 | - |
| YUV | 18.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 0 | 0.67 | 0 | 1 | 0.89 | 100 | 1 | 0.05 |
| Hex | 9 | 1B | 0 | 43 | 0 | 64 | 59 | 64 | 64 | 5 |
| Octal | 11 | 33 | 0 | 103 | 0 | 144 | 131 | 144 | 144 | 5 |
| Binary | 1001 | 11011 | 0 | 1000011 | 0 | 1100100 | 1011001 | 1100100 | 1100100 | 101 |
Color Harmonies of #091B00
Complementary color
Monochromatic Colors of #091B00
Black with #091B00
Text Example
Text Example
White with #091B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B00; }
p { color: rgb(9,27,0); }
H1.HeaderClassName
{
color: #091B00;
}
.AnyTagClassName
{
color: #091B00;
}
</style>
background-color css
<style>
a { background-color: #091B00; }
a { background-color: rgb(9,27,0); }
div.DivClassName
{
background-color: #091B00;
}
.BgClassName
{
background-color: #091B00;
}
</style>
border-color css
<style>
span { border-color: #091B00; }
span { border-color: rgb(9,27,0); }
td.TdClassName
{
border-color: #091B00;
}
.TagClassName
{
border-color: #091B00;
}
</style>