Shades of Pine Tree #1D2715
Tints of Pine Tree #1D2715
RGB
CMYK
RGB Variations
Color information
#1D2715 (or 0x1D2715) is known color: Pine Tree. HEX triplet: 1D, 27 and 15. RGB value is (29,39,21). Sum of RGB (Red+Green+Blue) = 29+39+21=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2715 is #E2D8EA. Grayscale: #222222. Windows color (decimal): -14866667 or 1386269. OLE color: 1386269.
HSL color Cylindrical-coordinate representation of color #1D2715: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2715 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 21 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.85 |
| HSL | 93.33º | 0.3% | 0.12% | - |
| HSV(B) | 93.33º | 0.46% | 0.15% | - |
| XYZ | 1.37 | 1.77 | 0.98 | - |
| YUV | 33.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 21 | 0.26 | 0 | 0.46 | 0.85 | 93.33 | 0.3 | 0.12 |
| Hex | 1D | 27 | 15 | 1A | 0 | 2E | 55 | 5D | 1E | C |
| Octal | 35 | 47 | 25 | 32 | 0 | 56 | 125 | 135 | 36 | 14 |
| Binary | 11101 | 100111 | 10101 | 11010 | 0 | 101110 | 1010101 | 1011101 | 11110 | 1100 |
Color Harmonies of #1D2715
Complementary color
Monochromatic Colors of #1D2715
Black with #1D2715
Text Example
Text Example
White with #1D2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2715; }
p { color: rgb(29,39,21); }
H1.HeaderClassName
{
color: #1D2715;
}
.AnyTagClassName
{
color: #1D2715;
}
</style>
background-color css
<style>
a { background-color: #1D2715; }
a { background-color: rgb(29,39,21); }
div.DivClassName
{
background-color: #1D2715;
}
.BgClassName
{
background-color: #1D2715;
}
</style>
border-color css
<style>
span { border-color: #1D2715; }
span { border-color: rgb(29,39,21); }
td.TdClassName
{
border-color: #1D2715;
}
.TagClassName
{
border-color: #1D2715;
}
</style>