Shades of Pine Tree #091B01
Tints of Pine Tree #091B01
RGB
CMYK
RGB Variations
Color information
#091B01 (or 0x091B01) is known color: Pine Tree. HEX triplet: 09, 1B and 01. RGB value is (9,27,1). Sum of RGB (Red+Green+Blue) = 9+27+1=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #091B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B01 is #F6E4FE. Grayscale: #121212. Windows color (decimal): -16180479 or 72457. OLE color: 72457.
HSL color Cylindrical-coordinate representation of color #091B01: hue angle of 101.54º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091B01 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 1 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.89 |
| HSL | 101.54º | 0.93% | 0.05% | - |
| HSV(B) | 101.54º | 0.96% | 0.11% | - |
| XYZ | 0.51 | 0.84 | 0.16 | - |
| YUV | 18.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 1 | 0.67 | 0 | 0.96 | 0.89 | 101.54 | 0.93 | 0.05 |
| Hex | 9 | 1B | 1 | 43 | 0 | 60 | 59 | 66 | 5D | 5 |
| Octal | 11 | 33 | 1 | 103 | 0 | 140 | 131 | 146 | 135 | 5 |
| Binary | 1001 | 11011 | 1 | 1000011 | 0 | 1100000 | 1011001 | 1100110 | 1011101 | 101 |
Color Harmonies of #091B01
Complementary color
Monochromatic Colors of #091B01
Black with #091B01
Text Example
Text Example
White with #091B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B01; }
p { color: rgb(9,27,1); }
H1.HeaderClassName
{
color: #091B01;
}
.AnyTagClassName
{
color: #091B01;
}
</style>
background-color css
<style>
a { background-color: #091B01; }
a { background-color: rgb(9,27,1); }
div.DivClassName
{
background-color: #091B01;
}
.BgClassName
{
background-color: #091B01;
}
</style>
border-color css
<style>
span { border-color: #091B01; }
span { border-color: rgb(9,27,1); }
td.TdClassName
{
border-color: #091B01;
}
.TagClassName
{
border-color: #091B01;
}
</style>