Shades of Pine Tree #0D1402
Tints of Pine Tree #0D1402
RGB
CMYK
RGB Variations
Color information
#0D1402 (or 0x0D1402) is known color: Pine Tree. HEX triplet: 0D, 14 and 02. RGB value is (13,20,2). Sum of RGB (Red+Green+Blue) = 13+20+2=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1402 is #F2EBFD. Grayscale: #0F0F0F. Windows color (decimal): -15920126 or 136205. OLE color: 136205.
HSL color Cylindrical-coordinate representation of color #0D1402: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1402 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 2 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.92 |
| HSL | 83.33º | 0.82% | 0.04% | - |
| HSV(B) | 83.33º | 0.9% | 0.08% | - |
| XYZ | 0.43 | 0.59 | 0.15 | - |
| YUV | 15.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 2 | 0.35 | 0 | 0.90 | 0.92 | 83.33 | 0.82 | 0.04 |
| Hex | D | 14 | 2 | 23 | 0 | 5A | 5C | 53 | 52 | 4 |
| Octal | 15 | 24 | 2 | 43 | 0 | 132 | 134 | 123 | 122 | 4 |
| Binary | 1101 | 10100 | 10 | 100011 | 0 | 1011010 | 1011100 | 1010011 | 1010010 | 100 |
Color Harmonies of #0D1402
Complementary color
Monochromatic Colors of #0D1402
Black with #0D1402
Text Example
Text Example
White with #0D1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1402; }
p { color: rgb(13,20,2); }
H1.HeaderClassName
{
color: #0D1402;
}
.AnyTagClassName
{
color: #0D1402;
}
</style>
background-color css
<style>
a { background-color: #0D1402; }
a { background-color: rgb(13,20,2); }
div.DivClassName
{
background-color: #0D1402;
}
.BgClassName
{
background-color: #0D1402;
}
</style>
border-color css
<style>
span { border-color: #0D1402; }
span { border-color: rgb(13,20,2); }
td.TdClassName
{
border-color: #0D1402;
}
.TagClassName
{
border-color: #0D1402;
}
</style>