Shades of Pine Tree #0D1809
Tints of Pine Tree #0D1809
RGB
CMYK
RGB Variations
Color information
#0D1809 (or 0x0D1809) is known color: Pine Tree. HEX triplet: 0D, 18 and 09. RGB value is (13,24,9). Sum of RGB (Red+Green+Blue) = 13+24+9=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1809 is #F2E7F6. Grayscale: #131313. Windows color (decimal): -15919095 or 595981. OLE color: 595981.
HSL color Cylindrical-coordinate representation of color #0D1809: hue angle of 104º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D1809 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 9 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.91 |
| HSL | 104º | 0.45% | 0.06% | - |
| HSV(B) | 104º | 0.63% | 0.09% | - |
| XYZ | 0.54 | 0.76 | 0.38 | - |
| YUV | 19 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 9 | 0.46 | 0 | 0.63 | 0.91 | 104 | 0.45 | 0.06 |
| Hex | D | 18 | 9 | 2E | 0 | 3F | 5B | 68 | 2D | 6 |
| Octal | 15 | 30 | 11 | 56 | 0 | 77 | 133 | 150 | 55 | 6 |
| Binary | 1101 | 11000 | 1001 | 101110 | 0 | 111111 | 1011011 | 1101000 | 101101 | 110 |
Color Harmonies of #0D1809
Complementary color
Monochromatic Colors of #0D1809
Black with #0D1809
Text Example
Text Example
White with #0D1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1809; }
p { color: rgb(13,24,9); }
H1.HeaderClassName
{
color: #0D1809;
}
.AnyTagClassName
{
color: #0D1809;
}
</style>
background-color css
<style>
a { background-color: #0D1809; }
a { background-color: rgb(13,24,9); }
div.DivClassName
{
background-color: #0D1809;
}
.BgClassName
{
background-color: #0D1809;
}
</style>
border-color css
<style>
span { border-color: #0D1809; }
span { border-color: rgb(13,24,9); }
td.TdClassName
{
border-color: #0D1809;
}
.TagClassName
{
border-color: #0D1809;
}
</style>