Shades of Pine Tree #0D1608
Tints of Pine Tree #0D1608
RGB
CMYK
RGB Variations
Color information
#0D1608 (or 0x0D1608) is known color: Pine Tree. HEX triplet: 0D, 16 and 08. RGB value is (13,22,8). Sum of RGB (Red+Green+Blue) = 13+22+8=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1608 is #F2E9F7. Grayscale: #111111. Windows color (decimal): -15919608 or 529933. OLE color: 529933.
HSL color Cylindrical-coordinate representation of color #0D1608: hue angle of 98.57º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D1608 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 22 | 8 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.91 |
| HSL | 98.57º | 0.47% | 0.06% | - |
| HSV(B) | 98.57º | 0.64% | 0.09% | - |
| XYZ | 0.5 | 0.68 | 0.33 | - |
| YUV | 17.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 8 | 0.41 | 0 | 0.64 | 0.91 | 98.57 | 0.47 | 0.06 |
| Hex | D | 16 | 8 | 29 | 0 | 40 | 5B | 63 | 2F | 6 |
| Octal | 15 | 26 | 10 | 51 | 0 | 100 | 133 | 143 | 57 | 6 |
| Binary | 1101 | 10110 | 1000 | 101001 | 0 | 1000000 | 1011011 | 1100011 | 101111 | 110 |
Color Harmonies of #0D1608
Complementary color
Monochromatic Colors of #0D1608
Black with #0D1608
Text Example
Text Example
White with #0D1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1608; }
p { color: rgb(13,22,8); }
H1.HeaderClassName
{
color: #0D1608;
}
.AnyTagClassName
{
color: #0D1608;
}
</style>
background-color css
<style>
a { background-color: #0D1608; }
a { background-color: rgb(13,22,8); }
div.DivClassName
{
background-color: #0D1608;
}
.BgClassName
{
background-color: #0D1608;
}
</style>
border-color css
<style>
span { border-color: #0D1608; }
span { border-color: rgb(13,22,8); }
td.TdClassName
{
border-color: #0D1608;
}
.TagClassName
{
border-color: #0D1608;
}
</style>