Shades of Pine Tree #0B1801
Tints of Pine Tree #0B1801
RGB
CMYK
RGB Variations
Color information
#0B1801 (or 0x0B1801) is known color: Pine Tree. HEX triplet: 0B, 18 and 01. RGB value is (11,24,1). Sum of RGB (Red+Green+Blue) = 11+24+1=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 24 (9.77% from 255 or 66.67% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1801 is #F4E7FE. Grayscale: #111111. Windows color (decimal): -16050175 or 71691. OLE color: 71691.
HSL color Cylindrical-coordinate representation of color #0B1801: hue angle of 93.91º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1801 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 1 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.91 |
| HSL | 93.91º | 0.92% | 0.05% | - |
| HSV(B) | 93.91º | 0.96% | 0.09% | - |
| XYZ | 0.47 | 0.73 | 0.14 | - |
| YUV | 17.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 1 | 0.54 | 0 | 0.96 | 0.91 | 93.91 | 0.92 | 0.05 |
| Hex | B | 18 | 1 | 36 | 0 | 60 | 5B | 5E | 5C | 5 |
| Octal | 13 | 30 | 1 | 66 | 0 | 140 | 133 | 136 | 134 | 5 |
| Binary | 1011 | 11000 | 1 | 110110 | 0 | 1100000 | 1011011 | 1011110 | 1011100 | 101 |
Color Harmonies of #0B1801
Complementary color
Monochromatic Colors of #0B1801
Black with #0B1801
Text Example
Text Example
White with #0B1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1801; }
p { color: rgb(11,24,1); }
H1.HeaderClassName
{
color: #0B1801;
}
.AnyTagClassName
{
color: #0B1801;
}
</style>
background-color css
<style>
a { background-color: #0B1801; }
a { background-color: rgb(11,24,1); }
div.DivClassName
{
background-color: #0B1801;
}
.BgClassName
{
background-color: #0B1801;
}
</style>
border-color css
<style>
span { border-color: #0B1801; }
span { border-color: rgb(11,24,1); }
td.TdClassName
{
border-color: #0B1801;
}
.TagClassName
{
border-color: #0B1801;
}
</style>