Shades of Pine Tree #0D1806
Tints of Pine Tree #0D1806
RGB
CMYK
RGB Variations
Color information
#0D1806 (or 0x0D1806) is known color: Pine Tree. HEX triplet: 0D, 18 and 06. RGB value is (13,24,6). Sum of RGB (Red+Green+Blue) = 13+24+6=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1806 is #F2E7F9. Grayscale: #121212. Windows color (decimal): -15919098 or 399373. OLE color: 399373.
HSL color Cylindrical-coordinate representation of color #0D1806: hue angle of 96.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1806 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 6 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.91 |
| HSL | 96.67º | 0.6% | 0.06% | - |
| HSV(B) | 96.67º | 0.75% | 0.09% | - |
| XYZ | 0.53 | 0.75 | 0.29 | - |
| YUV | 18.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 6 | 0.46 | 0 | 0.75 | 0.91 | 96.67 | 0.6 | 0.06 |
| Hex | D | 18 | 6 | 2E | 0 | 4B | 5B | 61 | 3C | 6 |
| Octal | 15 | 30 | 6 | 56 | 0 | 113 | 133 | 141 | 74 | 6 |
| Binary | 1101 | 11000 | 110 | 101110 | 0 | 1001011 | 1011011 | 1100001 | 111100 | 110 |
Color Harmonies of #0D1806
Complementary color
Monochromatic Colors of #0D1806
Black with #0D1806
Text Example
Text Example
White with #0D1806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1806; }
p { color: rgb(13,24,6); }
H1.HeaderClassName
{
color: #0D1806;
}
.AnyTagClassName
{
color: #0D1806;
}
</style>
background-color css
<style>
a { background-color: #0D1806; }
a { background-color: rgb(13,24,6); }
div.DivClassName
{
background-color: #0D1806;
}
.BgClassName
{
background-color: #0D1806;
}
</style>
border-color css
<style>
span { border-color: #0D1806; }
span { border-color: rgb(13,24,6); }
td.TdClassName
{
border-color: #0D1806;
}
.TagClassName
{
border-color: #0D1806;
}
</style>