Shades of Pine Tree #0D1202
Tints of Pine Tree #0D1202
RGB
CMYK
RGB Variations
Color information
#0D1202 (or 0x0D1202) is known color: Pine Tree. HEX triplet: 0D, 12 and 02. RGB value is (13,18,2). Sum of RGB (Red+Green+Blue) = 13+18+2=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1202 is #F2EDFD. Grayscale: #0E0E0E. Windows color (decimal): -15920638 or 135693. OLE color: 135693.
HSL color Cylindrical-coordinate representation of color #0D1202: hue angle of 78.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1202 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 18 | 2 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.93 |
| HSL | 78.75º | 0.8% | 0.04% | - |
| HSV(B) | 78.75º | 0.89% | 0.07% | - |
| XYZ | 0.39 | 0.52 | 0.14 | - |
| YUV | 14.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 2 | 0.28 | 0 | 0.89 | 0.93 | 78.75 | 0.8 | 0.04 |
| Hex | D | 12 | 2 | 1C | 0 | 59 | 5D | 4F | 50 | 4 |
| Octal | 15 | 22 | 2 | 34 | 0 | 131 | 135 | 117 | 120 | 4 |
| Binary | 1101 | 10010 | 10 | 11100 | 0 | 1011001 | 1011101 | 1001111 | 1010000 | 100 |
Color Harmonies of #0D1202
Complementary color
Monochromatic Colors of #0D1202
Black with #0D1202
Text Example
Text Example
White with #0D1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1202; }
p { color: rgb(13,18,2); }
H1.HeaderClassName
{
color: #0D1202;
}
.AnyTagClassName
{
color: #0D1202;
}
</style>
background-color css
<style>
a { background-color: #0D1202; }
a { background-color: rgb(13,18,2); }
div.DivClassName
{
background-color: #0D1202;
}
.BgClassName
{
background-color: #0D1202;
}
</style>
border-color css
<style>
span { border-color: #0D1202; }
span { border-color: rgb(13,18,2); }
td.TdClassName
{
border-color: #0D1202;
}
.TagClassName
{
border-color: #0D1202;
}
</style>