Shades of Pine Tree #0D1006
Tints of Pine Tree #0D1006
RGB
CMYK
RGB Variations
Color information
#0D1006 (or 0x0D1006) is known color: Pine Tree. HEX triplet: 0D, 10 and 06. RGB value is (13,16,6). Sum of RGB (Red+Green+Blue) = 13+16+6=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1006 is #F2EFF9. Grayscale: #0E0E0E. Windows color (decimal): -15921146 or 397325. OLE color: 397325.
HSL color Cylindrical-coordinate representation of color #0D1006: hue angle of 78º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D1006 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 6 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.94 |
| HSL | 78º | 0.45% | 0.04% | - |
| HSV(B) | 78º | 0.63% | 0.06% | - |
| XYZ | 0.38 | 0.47 | 0.24 | - |
| YUV | 13.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 6 | 0.19 | 0 | 0.62 | 0.94 | 78 | 0.45 | 0.04 |
| Hex | D | 10 | 6 | 13 | 0 | 3E | 5E | 4E | 2D | 4 |
| Octal | 15 | 20 | 6 | 23 | 0 | 76 | 136 | 116 | 55 | 4 |
| Binary | 1101 | 10000 | 110 | 10011 | 0 | 111110 | 1011110 | 1001110 | 101101 | 100 |
Color Harmonies of #0D1006
Complementary color
Monochromatic Colors of #0D1006
Black with #0D1006
Text Example
Text Example
White with #0D1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1006; }
p { color: rgb(13,16,6); }
H1.HeaderClassName
{
color: #0D1006;
}
.AnyTagClassName
{
color: #0D1006;
}
</style>
background-color css
<style>
a { background-color: #0D1006; }
a { background-color: rgb(13,16,6); }
div.DivClassName
{
background-color: #0D1006;
}
.BgClassName
{
background-color: #0D1006;
}
</style>
border-color css
<style>
span { border-color: #0D1006; }
span { border-color: rgb(13,16,6); }
td.TdClassName
{
border-color: #0D1006;
}
.TagClassName
{
border-color: #0D1006;
}
</style>