Shades of Pine Tree #0D1705
Tints of Pine Tree #0D1705
RGB
CMYK
RGB Variations
Color information
#0D1705 (or 0x0D1705) is known color: Pine Tree. HEX triplet: 0D, 17 and 05. RGB value is (13,23,5). Sum of RGB (Red+Green+Blue) = 13+23+5=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1705 is #F2E8FA. Grayscale: #121212. Windows color (decimal): -15919355 or 333581. OLE color: 333581.
HSL color Cylindrical-coordinate representation of color #0D1705: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D1705 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 23 | 5 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.91 |
| HSL | 93.33º | 0.64% | 0.05% | - |
| HSV(B) | 93.33º | 0.78% | 0.09% | - |
| XYZ | 0.5 | 0.71 | 0.25 | - |
| YUV | 17.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 5 | 0.43 | 0 | 0.78 | 0.91 | 93.33 | 0.64 | 0.05 |
| Hex | D | 17 | 5 | 2B | 0 | 4E | 5B | 5D | 40 | 5 |
| Octal | 15 | 27 | 5 | 53 | 0 | 116 | 133 | 135 | 100 | 5 |
| Binary | 1101 | 10111 | 101 | 101011 | 0 | 1001110 | 1011011 | 1011101 | 1000000 | 101 |
Color Harmonies of #0D1705
Complementary color
Monochromatic Colors of #0D1705
Black with #0D1705
Text Example
Text Example
White with #0D1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1705; }
p { color: rgb(13,23,5); }
H1.HeaderClassName
{
color: #0D1705;
}
.AnyTagClassName
{
color: #0D1705;
}
</style>
background-color css
<style>
a { background-color: #0D1705; }
a { background-color: rgb(13,23,5); }
div.DivClassName
{
background-color: #0D1705;
}
.BgClassName
{
background-color: #0D1705;
}
</style>
border-color css
<style>
span { border-color: #0D1705; }
span { border-color: rgb(13,23,5); }
td.TdClassName
{
border-color: #0D1705;
}
.TagClassName
{
border-color: #0D1705;
}
</style>