Shades of Pine Tree #0D0F0A
Tints of Pine Tree #0D0F0A
RGB
CMYK
RGB Variations
Color information
#0D0F0A (or 0x0D0F0A) is known color: Pine Tree. HEX triplet: 0D, 0F and 0A. RGB value is (13,15,10). Sum of RGB (Red+Green+Blue) = 13+15+10=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F0A is #F2F0F5. Grayscale: #0D0D0D. Windows color (decimal): -15921398 or 659213. OLE color: 659213.
HSL color Cylindrical-coordinate representation of color #0D0F0A: hue angle of 84º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0D0F0A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 15 | 10 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.94 |
| HSL | 84º | 0.2% | 0.05% | - |
| HSV(B) | 84º | 0.33% | 0.06% | - |
| XYZ | 0.39 | 0.45 | 0.35 | - |
| YUV | 13.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 10 | 0.13 | 0 | 0.33 | 0.94 | 84 | 0.2 | 0.05 |
| Hex | D | F | A | D | 0 | 21 | 5E | 54 | 14 | 5 |
| Octal | 15 | 17 | 12 | 15 | 0 | 41 | 136 | 124 | 24 | 5 |
| Binary | 1101 | 1111 | 1010 | 1101 | 0 | 100001 | 1011110 | 1010100 | 10100 | 101 |
Color Harmonies of #0D0F0A
Complementary color
Monochromatic Colors of #0D0F0A
Black with #0D0F0A
Text Example
Text Example
White with #0D0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F0A; }
p { color: rgb(13,15,10); }
H1.HeaderClassName
{
color: #0D0F0A;
}
.AnyTagClassName
{
color: #0D0F0A;
}
</style>
background-color css
<style>
a { background-color: #0D0F0A; }
a { background-color: rgb(13,15,10); }
div.DivClassName
{
background-color: #0D0F0A;
}
.BgClassName
{
background-color: #0D0F0A;
}
</style>
border-color css
<style>
span { border-color: #0D0F0A; }
span { border-color: rgb(13,15,10); }
td.TdClassName
{
border-color: #0D0F0A;
}
.TagClassName
{
border-color: #0D0F0A;
}
</style>