Shades of Pine Tree #1D2316
Tints of Pine Tree #1D2316
RGB
CMYK
RGB Variations
Color information
#1D2316 (or 0x1D2316) is known color: Pine Tree. HEX triplet: 1D, 23 and 16. RGB value is (29,35,22). Sum of RGB (Red+Green+Blue) = 29+35+22=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2316 is #E2DCE9. Grayscale: #1F1F1F. Windows color (decimal): -14867690 or 1450781. OLE color: 1450781.
HSL color Cylindrical-coordinate representation of color #1D2316: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D2316 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 35 | 22 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.86 |
| HSL | 87.69º | 0.23% | 0.11% | - |
| HSV(B) | 87.69º | 0.37% | 0.14% | - |
| XYZ | 1.25 | 1.52 | 0.99 | - |
| YUV | 31.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 22 | 0.17 | 0 | 0.37 | 0.86 | 87.69 | 0.23 | 0.11 |
| Hex | 1D | 23 | 16 | 11 | 0 | 25 | 56 | 58 | 17 | B |
| Octal | 35 | 43 | 26 | 21 | 0 | 45 | 126 | 130 | 27 | 13 |
| Binary | 11101 | 100011 | 10110 | 10001 | 0 | 100101 | 1010110 | 1011000 | 10111 | 1011 |
Color Harmonies of #1D2316
Complementary color
Monochromatic Colors of #1D2316
Black with #1D2316
Text Example
Text Example
White with #1D2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2316; }
p { color: rgb(29,35,22); }
H1.HeaderClassName
{
color: #1D2316;
}
.AnyTagClassName
{
color: #1D2316;
}
</style>
background-color css
<style>
a { background-color: #1D2316; }
a { background-color: rgb(29,35,22); }
div.DivClassName
{
background-color: #1D2316;
}
.BgClassName
{
background-color: #1D2316;
}
</style>
border-color css
<style>
span { border-color: #1D2316; }
span { border-color: rgb(29,35,22); }
td.TdClassName
{
border-color: #1D2316;
}
.TagClassName
{
border-color: #1D2316;
}
</style>