Shades of Pine Tree #0D1600
Tints of Pine Tree #0D1600
RGB
CMYK
RGB Variations
Color information
#0D1600 (or 0x0D1600) is known color: Pine Tree. HEX triplet: 0D, 16 and 00. RGB value is (13,22,0). Sum of RGB (Red+Green+Blue) = 13+22+0=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1600 is #F2E9FF. Grayscale: #101010. Windows color (decimal): -15919616 or 5645. OLE color: 5645.
HSL color Cylindrical-coordinate representation of color #0D1600: hue angle of 84.55º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D1600 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 22 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.91 |
| HSL | 84.55º | 1% | 0.04% | - |
| HSV(B) | 84.55º | 1% | 0.09% | - |
| XYZ | 0.45 | 0.66 | 0.1 | - |
| YUV | 16.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 0 | 0.41 | 0 | 1 | 0.91 | 84.55 | 1 | 0.04 |
| Hex | D | 16 | 0 | 29 | 0 | 64 | 5B | 55 | 64 | 4 |
| Octal | 15 | 26 | 0 | 51 | 0 | 144 | 133 | 125 | 144 | 4 |
| Binary | 1101 | 10110 | 0 | 101001 | 0 | 1100100 | 1011011 | 1010101 | 1100100 | 100 |
Color Harmonies of #0D1600
Complementary color
Monochromatic Colors of #0D1600
Black with #0D1600
Text Example
Text Example
White with #0D1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1600; }
p { color: rgb(13,22,0); }
H1.HeaderClassName
{
color: #0D1600;
}
.AnyTagClassName
{
color: #0D1600;
}
</style>
background-color css
<style>
a { background-color: #0D1600; }
a { background-color: rgb(13,22,0); }
div.DivClassName
{
background-color: #0D1600;
}
.BgClassName
{
background-color: #0D1600;
}
</style>
border-color css
<style>
span { border-color: #0D1600; }
span { border-color: rgb(13,22,0); }
td.TdClassName
{
border-color: #0D1600;
}
.TagClassName
{
border-color: #0D1600;
}
</style>