Shades of Pine Tree #0D1903
Tints of Pine Tree #0D1903
RGB
CMYK
RGB Variations
Color information
#0D1903 (or 0x0D1903) is known color: Pine Tree. HEX triplet: 0D, 19 and 03. RGB value is (13,25,3). Sum of RGB (Red+Green+Blue) = 13+25+3=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1903 is #F2E6FC. Grayscale: #121212. Windows color (decimal): -15918845 or 203021. OLE color: 203021.
HSL color Cylindrical-coordinate representation of color #0D1903: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1903 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 3 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.90 |
| HSL | 92.73º | 0.79% | 0.05% | - |
| HSV(B) | 92.73º | 0.88% | 0.1% | - |
| XYZ | 0.53 | 0.79 | 0.21 | - |
| YUV | 18.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 3 | 0.48 | 0 | 0.88 | 0.90 | 92.73 | 0.79 | 0.05 |
| Hex | D | 19 | 3 | 30 | 0 | 58 | 5A | 5D | 4F | 5 |
| Octal | 15 | 31 | 3 | 60 | 0 | 130 | 132 | 135 | 117 | 5 |
| Binary | 1101 | 11001 | 11 | 110000 | 0 | 1011000 | 1011010 | 1011101 | 1001111 | 101 |
Color Harmonies of #0D1903
Complementary color
Monochromatic Colors of #0D1903
Black with #0D1903
Text Example
Text Example
White with #0D1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1903; }
p { color: rgb(13,25,3); }
H1.HeaderClassName
{
color: #0D1903;
}
.AnyTagClassName
{
color: #0D1903;
}
</style>
background-color css
<style>
a { background-color: #0D1903; }
a { background-color: rgb(13,25,3); }
div.DivClassName
{
background-color: #0D1903;
}
.BgClassName
{
background-color: #0D1903;
}
</style>
border-color css
<style>
span { border-color: #0D1903; }
span { border-color: rgb(13,25,3); }
td.TdClassName
{
border-color: #0D1903;
}
.TagClassName
{
border-color: #0D1903;
}
</style>