Shades of Pine Tree #0D1308
Tints of Pine Tree #0D1308
RGB
CMYK
RGB Variations
Color information
#0D1308 (or 0x0D1308) is known color: Pine Tree. HEX triplet: 0D, 13 and 08. RGB value is (13,19,8). Sum of RGB (Red+Green+Blue) = 13+19+8=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0D1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1308 is #F2ECF7. Grayscale: #0F0F0F. Windows color (decimal): -15920376 or 529165. OLE color: 529165.
HSL color Cylindrical-coordinate representation of color #0D1308: hue angle of 92.73º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1308 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 19 | 8 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.93 |
| HSL | 92.73º | 0.41% | 0.05% | - |
| HSV(B) | 92.73º | 0.58% | 0.07% | - |
| XYZ | 0.44 | 0.57 | 0.32 | - |
| YUV | 15.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 8 | 0.32 | 0 | 0.58 | 0.93 | 92.73 | 0.41 | 0.05 |
| Hex | D | 13 | 8 | 20 | 0 | 3A | 5D | 5D | 29 | 5 |
| Octal | 15 | 23 | 10 | 40 | 0 | 72 | 135 | 135 | 51 | 5 |
| Binary | 1101 | 10011 | 1000 | 100000 | 0 | 111010 | 1011101 | 1011101 | 101001 | 101 |
Color Harmonies of #0D1308
Complementary color
Monochromatic Colors of #0D1308
Black with #0D1308
Text Example
Text Example
White with #0D1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1308; }
p { color: rgb(13,19,8); }
H1.HeaderClassName
{
color: #0D1308;
}
.AnyTagClassName
{
color: #0D1308;
}
</style>
background-color css
<style>
a { background-color: #0D1308; }
a { background-color: rgb(13,19,8); }
div.DivClassName
{
background-color: #0D1308;
}
.BgClassName
{
background-color: #0D1308;
}
</style>
border-color css
<style>
span { border-color: #0D1308; }
span { border-color: rgb(13,19,8); }
td.TdClassName
{
border-color: #0D1308;
}
.TagClassName
{
border-color: #0D1308;
}
</style>