Shades of Pine Tree #0D1103
Tints of Pine Tree #0D1103
RGB
CMYK
RGB Variations
Color information
#0D1103 (or 0x0D1103) is known color: Pine Tree. HEX triplet: 0D, 11 and 03. RGB value is (13,17,3). Sum of RGB (Red+Green+Blue) = 13+17+3=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #0D1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1103 is #F2EEFC. Grayscale: #0E0E0E. Windows color (decimal): -15920893 or 200973. OLE color: 200973.
HSL color Cylindrical-coordinate representation of color #0D1103: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D1103 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 17 | 3 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.93 |
| HSL | 77.14º | 0.7% | 0.04% | - |
| HSV(B) | 77.14º | 0.82% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.16 | - |
| YUV | 14.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 3 | 0.24 | 0 | 0.82 | 0.93 | 77.14 | 0.7 | 0.04 |
| Hex | D | 11 | 3 | 18 | 0 | 52 | 5D | 4D | 46 | 4 |
| Octal | 15 | 21 | 3 | 30 | 0 | 122 | 135 | 115 | 106 | 4 |
| Binary | 1101 | 10001 | 11 | 11000 | 0 | 1010010 | 1011101 | 1001101 | 1000110 | 100 |
Color Harmonies of #0D1103
Complementary color
Monochromatic Colors of #0D1103
Black with #0D1103
Text Example
Text Example
White with #0D1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1103; }
p { color: rgb(13,17,3); }
H1.HeaderClassName
{
color: #0D1103;
}
.AnyTagClassName
{
color: #0D1103;
}
</style>
background-color css
<style>
a { background-color: #0D1103; }
a { background-color: rgb(13,17,3); }
div.DivClassName
{
background-color: #0D1103;
}
.BgClassName
{
background-color: #0D1103;
}
</style>
border-color css
<style>
span { border-color: #0D1103; }
span { border-color: rgb(13,17,3); }
td.TdClassName
{
border-color: #0D1103;
}
.TagClassName
{
border-color: #0D1103;
}
</style>