Shades of Pine Tree #0D1305
Tints of Pine Tree #0D1305
RGB
CMYK
RGB Variations
Color information
#0D1305 (or 0x0D1305) is known color: Pine Tree. HEX triplet: 0D, 13 and 05. RGB value is (13,19,5). Sum of RGB (Red+Green+Blue) = 13+19+5=37 (4% of max value = 765). Red value is 13 (5.47% from 255 or 35.14% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0D1305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1305 is #F2ECFA. Grayscale: #0F0F0F. Windows color (decimal): -15920379 or 332557. OLE color: 332557.
HSL color Cylindrical-coordinate representation of color #0D1305: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D1305 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 19 | 5 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.93 |
| HSL | 85.71º | 0.58% | 0.05% | - |
| HSV(B) | 85.71º | 0.74% | 0.07% | - |
| XYZ | 0.43 | 0.56 | 0.23 | - |
| YUV | 15.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 5 | 0.32 | 0 | 0.74 | 0.93 | 85.71 | 0.58 | 0.05 |
| Hex | D | 13 | 5 | 20 | 0 | 4A | 5D | 56 | 3A | 5 |
| Octal | 15 | 23 | 5 | 40 | 0 | 112 | 135 | 126 | 72 | 5 |
| Binary | 1101 | 10011 | 101 | 100000 | 0 | 1001010 | 1011101 | 1010110 | 111010 | 101 |
Color Harmonies of #0D1305
Complementary color
Monochromatic Colors of #0D1305
Black with #0D1305
Text Example
Text Example
White with #0D1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1305; }
p { color: rgb(13,19,5); }
H1.HeaderClassName
{
color: #0D1305;
}
.AnyTagClassName
{
color: #0D1305;
}
</style>
background-color css
<style>
a { background-color: #0D1305; }
a { background-color: rgb(13,19,5); }
div.DivClassName
{
background-color: #0D1305;
}
.BgClassName
{
background-color: #0D1305;
}
</style>
border-color css
<style>
span { border-color: #0D1305; }
span { border-color: rgb(13,19,5); }
td.TdClassName
{
border-color: #0D1305;
}
.TagClassName
{
border-color: #0D1305;
}
</style>