Shades of Pine Tree #0D1907
Tints of Pine Tree #0D1907
RGB
CMYK
RGB Variations
Color information
#0D1907 (or 0x0D1907) is known color: Pine Tree. HEX triplet: 0D, 19 and 07. RGB value is (13,25,7). Sum of RGB (Red+Green+Blue) = 13+25+7=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1907 is #F2E6F8. Grayscale: #131313. Windows color (decimal): -15918841 or 465165. OLE color: 465165.
HSL color Cylindrical-coordinate representation of color #0D1907: hue angle of 100º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D1907 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 7 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.90 |
| HSL | 100º | 0.56% | 0.06% | - |
| HSV(B) | 100º | 0.72% | 0.1% | - |
| XYZ | 0.55 | 0.8 | 0.33 | - |
| YUV | 19.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 7 | 0.48 | 0 | 0.72 | 0.90 | 100 | 0.56 | 0.06 |
| Hex | D | 19 | 7 | 30 | 0 | 48 | 5A | 64 | 38 | 6 |
| Octal | 15 | 31 | 7 | 60 | 0 | 110 | 132 | 144 | 70 | 6 |
| Binary | 1101 | 11001 | 111 | 110000 | 0 | 1001000 | 1011010 | 1100100 | 111000 | 110 |
Color Harmonies of #0D1907
Complementary color
Monochromatic Colors of #0D1907
Black with #0D1907
Text Example
Text Example
White with #0D1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1907; }
p { color: rgb(13,25,7); }
H1.HeaderClassName
{
color: #0D1907;
}
.AnyTagClassName
{
color: #0D1907;
}
</style>
background-color css
<style>
a { background-color: #0D1907; }
a { background-color: rgb(13,25,7); }
div.DivClassName
{
background-color: #0D1907;
}
.BgClassName
{
background-color: #0D1907;
}
</style>
border-color css
<style>
span { border-color: #0D1907; }
span { border-color: rgb(13,25,7); }
td.TdClassName
{
border-color: #0D1907;
}
.TagClassName
{
border-color: #0D1907;
}
</style>