Shades of Pine Tree #0D1102
Tints of Pine Tree #0D1102
RGB
CMYK
RGB Variations
Color information
#0D1102 (or 0x0D1102) is known color: Pine Tree. HEX triplet: 0D, 11 and 02. RGB value is (13,17,2). Sum of RGB (Red+Green+Blue) = 13+17+2=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #0D1102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1102 is #F2EEFD. Grayscale: #0E0E0E. Windows color (decimal): -15920894 or 135437. OLE color: 135437.
HSL color Cylindrical-coordinate representation of color #0D1102: hue angle of 76º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1102 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 17 | 2 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.93 |
| HSL | 76º | 0.79% | 0.04% | - |
| HSV(B) | 76º | 0.88% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.13 | - |
| YUV | 14.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 2 | 0.24 | 0 | 0.88 | 0.93 | 76 | 0.79 | 0.04 |
| Hex | D | 11 | 2 | 18 | 0 | 58 | 5D | 4C | 4F | 4 |
| Octal | 15 | 21 | 2 | 30 | 0 | 130 | 135 | 114 | 117 | 4 |
| Binary | 1101 | 10001 | 10 | 11000 | 0 | 1011000 | 1011101 | 1001100 | 1001111 | 100 |
Color Harmonies of #0D1102
Complementary color
Monochromatic Colors of #0D1102
Black with #0D1102
Text Example
Text Example
White with #0D1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1102; }
p { color: rgb(13,17,2); }
H1.HeaderClassName
{
color: #0D1102;
}
.AnyTagClassName
{
color: #0D1102;
}
</style>
background-color css
<style>
a { background-color: #0D1102; }
a { background-color: rgb(13,17,2); }
div.DivClassName
{
background-color: #0D1102;
}
.BgClassName
{
background-color: #0D1102;
}
</style>
border-color css
<style>
span { border-color: #0D1102; }
span { border-color: rgb(13,17,2); }
td.TdClassName
{
border-color: #0D1102;
}
.TagClassName
{
border-color: #0D1102;
}
</style>