Shades of Pine Tree #1D2517
Tints of Pine Tree #1D2517
RGB
CMYK
RGB Variations
Color information
#1D2517 (or 0x1D2517) is known color: Pine Tree. HEX triplet: 1D, 25 and 17. RGB value is (29,37,23). Sum of RGB (Red+Green+Blue) = 29+37+23=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2517 is #E2DAE8. Grayscale: #212121. Windows color (decimal): -14867177 or 1516829. OLE color: 1516829.
HSL color Cylindrical-coordinate representation of color #1D2517: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2517 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 23 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.85 |
| HSL | 94.29º | 0.23% | 0.12% | - |
| HSV(B) | 94.29º | 0.38% | 0.15% | - |
| XYZ | 1.32 | 1.65 | 1.06 | - |
| YUV | 33.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 23 | 0.22 | 0 | 0.38 | 0.85 | 94.29 | 0.23 | 0.12 |
| Hex | 1D | 25 | 17 | 16 | 0 | 26 | 55 | 5E | 17 | C |
| Octal | 35 | 45 | 27 | 26 | 0 | 46 | 125 | 136 | 27 | 14 |
| Binary | 11101 | 100101 | 10111 | 10110 | 0 | 100110 | 1010101 | 1011110 | 10111 | 1100 |
Color Harmonies of #1D2517
Complementary color
Monochromatic Colors of #1D2517
Black with #1D2517
Text Example
Text Example
White with #1D2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2517; }
p { color: rgb(29,37,23); }
H1.HeaderClassName
{
color: #1D2517;
}
.AnyTagClassName
{
color: #1D2517;
}
</style>
background-color css
<style>
a { background-color: #1D2517; }
a { background-color: rgb(29,37,23); }
div.DivClassName
{
background-color: #1D2517;
}
.BgClassName
{
background-color: #1D2517;
}
</style>
border-color css
<style>
span { border-color: #1D2517; }
span { border-color: rgb(29,37,23); }
td.TdClassName
{
border-color: #1D2517;
}
.TagClassName
{
border-color: #1D2517;
}
</style>