Shades of Pine Tree #1D2319
Tints of Pine Tree #1D2319
RGB
CMYK
RGB Variations
Color information
#1D2319 (or 0x1D2319) is known color: Pine Tree. HEX triplet: 1D, 23 and 19. RGB value is (29,35,25). Sum of RGB (Red+Green+Blue) = 29+35+25=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2319 is #E2DCE6. Grayscale: #202020. Windows color (decimal): -14867687 or 1647389. OLE color: 1647389.
HSL color Cylindrical-coordinate representation of color #1D2319: hue angle of 96º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2319 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 35 | 25 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.86 |
| HSL | 96º | 0.17% | 0.12% | - |
| HSV(B) | 96º | 0.29% | 0.14% | - |
| XYZ | 1.28 | 1.53 | 1.15 | - |
| YUV | 32.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 25 | 0.17 | 0 | 0.29 | 0.86 | 96 | 0.17 | 0.12 |
| Hex | 1D | 23 | 19 | 11 | 0 | 1D | 56 | 60 | 11 | C |
| Octal | 35 | 43 | 31 | 21 | 0 | 35 | 126 | 140 | 21 | 14 |
| Binary | 11101 | 100011 | 11001 | 10001 | 0 | 11101 | 1010110 | 1100000 | 10001 | 1100 |
Color Harmonies of #1D2319
Complementary color
Monochromatic Colors of #1D2319
Black with #1D2319
Text Example
Text Example
White with #1D2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2319; }
p { color: rgb(29,35,25); }
H1.HeaderClassName
{
color: #1D2319;
}
.AnyTagClassName
{
color: #1D2319;
}
</style>
background-color css
<style>
a { background-color: #1D2319; }
a { background-color: rgb(29,35,25); }
div.DivClassName
{
background-color: #1D2319;
}
.BgClassName
{
background-color: #1D2319;
}
</style>
border-color css
<style>
span { border-color: #1D2319; }
span { border-color: rgb(29,35,25); }
td.TdClassName
{
border-color: #1D2319;
}
.TagClassName
{
border-color: #1D2319;
}
</style>