Shades of Pine Tree #0B1802
Tints of Pine Tree #0B1802
RGB
CMYK
RGB Variations
Color information
#0B1802 (or 0x0B1802) is known color: Pine Tree. HEX triplet: 0B, 18 and 02. RGB value is (11,24,2). Sum of RGB (Red+Green+Blue) = 11+24+2=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1802 is #F4E7FD. Grayscale: #111111. Windows color (decimal): -16050174 or 137227. OLE color: 137227.
HSL color Cylindrical-coordinate representation of color #0B1802: hue angle of 95.45º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1802 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 2 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.91 |
| HSL | 95.45º | 0.85% | 0.05% | - |
| HSV(B) | 95.45º | 0.92% | 0.09% | - |
| XYZ | 0.48 | 0.73 | 0.17 | - |
| YUV | 17.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 2 | 0.54 | 0 | 0.92 | 0.91 | 95.45 | 0.85 | 0.05 |
| Hex | B | 18 | 2 | 36 | 0 | 5C | 5B | 5F | 55 | 5 |
| Octal | 13 | 30 | 2 | 66 | 0 | 134 | 133 | 137 | 125 | 5 |
| Binary | 1011 | 11000 | 10 | 110110 | 0 | 1011100 | 1011011 | 1011111 | 1010101 | 101 |
Color Harmonies of #0B1802
Complementary color
Monochromatic Colors of #0B1802
Black with #0B1802
Text Example
Text Example
White with #0B1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1802; }
p { color: rgb(11,24,2); }
H1.HeaderClassName
{
color: #0B1802;
}
.AnyTagClassName
{
color: #0B1802;
}
</style>
background-color css
<style>
a { background-color: #0B1802; }
a { background-color: rgb(11,24,2); }
div.DivClassName
{
background-color: #0B1802;
}
.BgClassName
{
background-color: #0B1802;
}
</style>
border-color css
<style>
span { border-color: #0B1802; }
span { border-color: rgb(11,24,2); }
td.TdClassName
{
border-color: #0B1802;
}
.TagClassName
{
border-color: #0B1802;
}
</style>