Shades of Pine Tree #0D1507
Tints of Pine Tree #0D1507
RGB
CMYK
RGB Variations
Color information
#0D1507 (or 0x0D1507) is known color: Pine Tree. HEX triplet: 0D, 15 and 07. RGB value is (13,21,7). Sum of RGB (Red+Green+Blue) = 13+21+7=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1507 is #F2EAF8. Grayscale: #111111. Windows color (decimal): -15919865 or 464141. OLE color: 464141.
HSL color Cylindrical-coordinate representation of color #0D1507: hue angle of 94.29º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D1507 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 21 | 7 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.92 |
| HSL | 94.29º | 0.5% | 0.05% | - |
| HSV(B) | 94.29º | 0.67% | 0.08% | - |
| XYZ | 0.47 | 0.64 | 0.3 | - |
| YUV | 17.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 7 | 0.38 | 0 | 0.67 | 0.92 | 94.29 | 0.5 | 0.05 |
| Hex | D | 15 | 7 | 26 | 0 | 43 | 5C | 5E | 32 | 5 |
| Octal | 15 | 25 | 7 | 46 | 0 | 103 | 134 | 136 | 62 | 5 |
| Binary | 1101 | 10101 | 111 | 100110 | 0 | 1000011 | 1011100 | 1011110 | 110010 | 101 |
Color Harmonies of #0D1507
Complementary color
Monochromatic Colors of #0D1507
Black with #0D1507
Text Example
Text Example
White with #0D1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1507; }
p { color: rgb(13,21,7); }
H1.HeaderClassName
{
color: #0D1507;
}
.AnyTagClassName
{
color: #0D1507;
}
</style>
background-color css
<style>
a { background-color: #0D1507; }
a { background-color: rgb(13,21,7); }
div.DivClassName
{
background-color: #0D1507;
}
.BgClassName
{
background-color: #0D1507;
}
</style>
border-color css
<style>
span { border-color: #0D1507; }
span { border-color: rgb(13,21,7); }
td.TdClassName
{
border-color: #0D1507;
}
.TagClassName
{
border-color: #0D1507;
}
</style>