Shades of Pine Tree #0B1204
Tints of Pine Tree #0B1204
RGB
CMYK
RGB Variations
Color information
#0B1204 (or 0x0B1204) is known color: Pine Tree. HEX triplet: 0B, 12 and 04. RGB value is (11,18,4). Sum of RGB (Red+Green+Blue) = 11+18+4=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1204 is #F4EDFB. Grayscale: #0E0E0E. Windows color (decimal): -16051708 or 266763. OLE color: 266763.
HSL color Cylindrical-coordinate representation of color #0B1204: hue angle of 90º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1204 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 18 | 4 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.93 |
| HSL | 90º | 0.64% | 0.04% | - |
| HSV(B) | 90º | 0.78% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.19 | - |
| YUV | 14.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 4 | 0.39 | 0 | 0.78 | 0.93 | 90 | 0.64 | 0.04 |
| Hex | B | 12 | 4 | 27 | 0 | 4E | 5D | 5A | 40 | 4 |
| Octal | 13 | 22 | 4 | 47 | 0 | 116 | 135 | 132 | 100 | 4 |
| Binary | 1011 | 10010 | 100 | 100111 | 0 | 1001110 | 1011101 | 1011010 | 1000000 | 100 |
Color Harmonies of #0B1204
Complementary color
Monochromatic Colors of #0B1204
Black with #0B1204
Text Example
Text Example
White with #0B1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1204; }
p { color: rgb(11,18,4); }
H1.HeaderClassName
{
color: #0B1204;
}
.AnyTagClassName
{
color: #0B1204;
}
</style>
background-color css
<style>
a { background-color: #0B1204; }
a { background-color: rgb(11,18,4); }
div.DivClassName
{
background-color: #0B1204;
}
.BgClassName
{
background-color: #0B1204;
}
</style>
border-color css
<style>
span { border-color: #0B1204; }
span { border-color: rgb(11,18,4); }
td.TdClassName
{
border-color: #0B1204;
}
.TagClassName
{
border-color: #0B1204;
}
</style>