Shades of Pine Tree #0D1406
Tints of Pine Tree #0D1406
RGB
CMYK
RGB Variations
Color information
#0D1406 (or 0x0D1406) is known color: Pine Tree. HEX triplet: 0D, 14 and 06. RGB value is (13,20,6). Sum of RGB (Red+Green+Blue) = 13+20+6=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1406 is #F2EBF9. Grayscale: #101010. Windows color (decimal): -15920122 or 398349. OLE color: 398349.
HSL color Cylindrical-coordinate representation of color #0D1406: hue angle of 90º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D1406 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 6 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.92 |
| HSL | 90º | 0.54% | 0.05% | - |
| HSV(B) | 90º | 0.7% | 0.08% | - |
| XYZ | 0.45 | 0.6 | 0.26 | - |
| YUV | 16.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 6 | 0.35 | 0 | 0.70 | 0.92 | 90 | 0.54 | 0.05 |
| Hex | D | 14 | 6 | 23 | 0 | 46 | 5C | 5A | 36 | 5 |
| Octal | 15 | 24 | 6 | 43 | 0 | 106 | 134 | 132 | 66 | 5 |
| Binary | 1101 | 10100 | 110 | 100011 | 0 | 1000110 | 1011100 | 1011010 | 110110 | 101 |
Color Harmonies of #0D1406
Complementary color
Monochromatic Colors of #0D1406
Black with #0D1406
Text Example
Text Example
White with #0D1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1406; }
p { color: rgb(13,20,6); }
H1.HeaderClassName
{
color: #0D1406;
}
.AnyTagClassName
{
color: #0D1406;
}
</style>
background-color css
<style>
a { background-color: #0D1406; }
a { background-color: rgb(13,20,6); }
div.DivClassName
{
background-color: #0D1406;
}
.BgClassName
{
background-color: #0D1406;
}
</style>
border-color css
<style>
span { border-color: #0D1406; }
span { border-color: rgb(13,20,6); }
td.TdClassName
{
border-color: #0D1406;
}
.TagClassName
{
border-color: #0D1406;
}
</style>