Shades of Pine Tree #0D1904
Tints of Pine Tree #0D1904
RGB
CMYK
RGB Variations
Color information
#0D1904 (or 0x0D1904) is known color: Pine Tree. HEX triplet: 0D, 19 and 04. RGB value is (13,25,4). Sum of RGB (Red+Green+Blue) = 13+25+4=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1904 is #F2E6FB. Grayscale: #131313. Windows color (decimal): -15918844 or 268557. OLE color: 268557.
HSL color Cylindrical-coordinate representation of color #0D1904: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1904 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 4 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.90 |
| HSL | 94.29º | 0.72% | 0.06% | - |
| HSV(B) | 94.29º | 0.84% | 0.1% | - |
| XYZ | 0.54 | 0.79 | 0.24 | - |
| YUV | 19.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 4 | 0.48 | 0 | 0.84 | 0.90 | 94.29 | 0.72 | 0.06 |
| Hex | D | 19 | 4 | 30 | 0 | 54 | 5A | 5E | 48 | 6 |
| Octal | 15 | 31 | 4 | 60 | 0 | 124 | 132 | 136 | 110 | 6 |
| Binary | 1101 | 11001 | 100 | 110000 | 0 | 1010100 | 1011010 | 1011110 | 1001000 | 110 |
Color Harmonies of #0D1904
Complementary color
Monochromatic Colors of #0D1904
Black with #0D1904
Text Example
Text Example
White with #0D1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1904; }
p { color: rgb(13,25,4); }
H1.HeaderClassName
{
color: #0D1904;
}
.AnyTagClassName
{
color: #0D1904;
}
</style>
background-color css
<style>
a { background-color: #0D1904; }
a { background-color: rgb(13,25,4); }
div.DivClassName
{
background-color: #0D1904;
}
.BgClassName
{
background-color: #0D1904;
}
</style>
border-color css
<style>
span { border-color: #0D1904; }
span { border-color: rgb(13,25,4); }
td.TdClassName
{
border-color: #0D1904;
}
.TagClassName
{
border-color: #0D1904;
}
</style>