Shades of Pine Tree #0B1704
Tints of Pine Tree #0B1704
RGB
CMYK
RGB Variations
Color information
#0B1704 (or 0x0B1704) is known color: Pine Tree. HEX triplet: 0B, 17 and 04. RGB value is (11,23,4). Sum of RGB (Red+Green+Blue) = 11+23+4=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1704 is #F4E8FB. Grayscale: #111111. Windows color (decimal): -16050428 or 268043. OLE color: 268043.
HSL color Cylindrical-coordinate representation of color #0B1704: hue angle of 97.89º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1704 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 23 | 4 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.91 |
| HSL | 97.89º | 0.7% | 0.05% | - |
| HSV(B) | 97.89º | 0.83% | 0.09% | - |
| XYZ | 0.47 | 0.69 | 0.22 | - |
| YUV | 17.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 4 | 0.52 | 0 | 0.83 | 0.91 | 97.89 | 0.7 | 0.05 |
| Hex | B | 17 | 4 | 34 | 0 | 53 | 5B | 62 | 46 | 5 |
| Octal | 13 | 27 | 4 | 64 | 0 | 123 | 133 | 142 | 106 | 5 |
| Binary | 1011 | 10111 | 100 | 110100 | 0 | 1010011 | 1011011 | 1100010 | 1000110 | 101 |
Color Harmonies of #0B1704
Complementary color
Monochromatic Colors of #0B1704
Black with #0B1704
Text Example
Text Example
White with #0B1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1704; }
p { color: rgb(11,23,4); }
H1.HeaderClassName
{
color: #0B1704;
}
.AnyTagClassName
{
color: #0B1704;
}
</style>
background-color css
<style>
a { background-color: #0B1704; }
a { background-color: rgb(11,23,4); }
div.DivClassName
{
background-color: #0B1704;
}
.BgClassName
{
background-color: #0B1704;
}
</style>
border-color css
<style>
span { border-color: #0B1704; }
span { border-color: rgb(11,23,4); }
td.TdClassName
{
border-color: #0B1704;
}
.TagClassName
{
border-color: #0B1704;
}
</style>