Shades of Pine Tree #1D2019
Tints of Pine Tree #1D2019
RGB
CMYK
RGB Variations
Color information
#1D2019 (or 0x1D2019) is known color: Pine Tree. HEX triplet: 1D, 20 and 19. RGB value is (29,32,25). Sum of RGB (Red+Green+Blue) = 29+32+25=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2019 is #E2DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14868455 or 1646621. OLE color: 1646621.
HSL color Cylindrical-coordinate representation of color #1D2019: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2019 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 32 | 25 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.87 |
| HSL | 85.71º | 0.12% | 0.11% | - |
| HSV(B) | 85.71º | 0.22% | 0.13% | - |
| XYZ | 1.2 | 1.36 | 1.12 | - |
| YUV | 30.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 25 | 0.09 | 0 | 0.22 | 0.87 | 85.71 | 0.12 | 0.11 |
| Hex | 1D | 20 | 19 | 9 | 0 | 16 | 57 | 56 | C | B |
| Octal | 35 | 40 | 31 | 11 | 0 | 26 | 127 | 126 | 14 | 13 |
| Binary | 11101 | 100000 | 11001 | 1001 | 0 | 10110 | 1010111 | 1010110 | 1100 | 1011 |
Color Harmonies of #1D2019
Complementary color
Monochromatic Colors of #1D2019
Black with #1D2019
Text Example
Text Example
White with #1D2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2019; }
p { color: rgb(29,32,25); }
H1.HeaderClassName
{
color: #1D2019;
}
.AnyTagClassName
{
color: #1D2019;
}
</style>
background-color css
<style>
a { background-color: #1D2019; }
a { background-color: rgb(29,32,25); }
div.DivClassName
{
background-color: #1D2019;
}
.BgClassName
{
background-color: #1D2019;
}
</style>
border-color css
<style>
span { border-color: #1D2019; }
span { border-color: rgb(29,32,25); }
td.TdClassName
{
border-color: #1D2019;
}
.TagClassName
{
border-color: #1D2019;
}
</style>