Shades of Pine Tree #0D1D00
Tints of Pine Tree #0D1D00
RGB
CMYK
RGB Variations
Color information
#0D1D00 (or 0x0D1D00) is known color: Pine Tree. HEX triplet: 0D, 1D and 00. RGB value is (13,29,0). Sum of RGB (Red+Green+Blue) = 13+29+0=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 29 (11.72% from 255 or 69.05% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D00 is #F2E2FF. Grayscale: #151515. Windows color (decimal): -15917824 or 7437. OLE color: 7437.
HSL color Cylindrical-coordinate representation of color #0D1D00: hue angle of 93.1º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D1D00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.89 |
| HSL | 93.1º | 1% | 0.06% | - |
| HSV(B) | 93.1º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.15 | - |
| YUV | 20.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 0 | 0.55 | 0 | 1 | 0.89 | 93.1 | 1 | 0.06 |
| Hex | D | 1D | 0 | 37 | 0 | 64 | 59 | 5D | 64 | 6 |
| Octal | 15 | 35 | 0 | 67 | 0 | 144 | 131 | 135 | 144 | 6 |
| Binary | 1101 | 11101 | 0 | 110111 | 0 | 1100100 | 1011001 | 1011101 | 1100100 | 110 |
Color Harmonies of #0D1D00
Complementary color
Monochromatic Colors of #0D1D00
Black with #0D1D00
Text Example
Text Example
White with #0D1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D00; }
p { color: rgb(13,29,0); }
H1.HeaderClassName
{
color: #0D1D00;
}
.AnyTagClassName
{
color: #0D1D00;
}
</style>
background-color css
<style>
a { background-color: #0D1D00; }
a { background-color: rgb(13,29,0); }
div.DivClassName
{
background-color: #0D1D00;
}
.BgClassName
{
background-color: #0D1D00;
}
</style>
border-color css
<style>
span { border-color: #0D1D00; }
span { border-color: rgb(13,29,0); }
td.TdClassName
{
border-color: #0D1D00;
}
.TagClassName
{
border-color: #0D1D00;
}
</style>