Shades of Pine Tree #1D2215
Tints of Pine Tree #1D2215
RGB
CMYK
RGB Variations
Color information
#1D2215 (or 0x1D2215) is known color: Pine Tree. HEX triplet: 1D, 22 and 15. RGB value is (29,34,21). Sum of RGB (Red+Green+Blue) = 29+34+21=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2215 is #E2DDEA. Grayscale: #1F1F1F. Windows color (decimal): -14867947 or 1384989. OLE color: 1384989.
HSL color Cylindrical-coordinate representation of color #1D2215: hue angle of 83.08º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2215 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 34 | 21 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.87 |
| HSL | 83.08º | 0.24% | 0.11% | - |
| HSV(B) | 83.08º | 0.38% | 0.13% | - |
| XYZ | 1.21 | 1.46 | 0.93 | - |
| YUV | 31.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 21 | 0.15 | 0 | 0.38 | 0.87 | 83.08 | 0.24 | 0.11 |
| Hex | 1D | 22 | 15 | F | 0 | 26 | 57 | 53 | 18 | B |
| Octal | 35 | 42 | 25 | 17 | 0 | 46 | 127 | 123 | 30 | 13 |
| Binary | 11101 | 100010 | 10101 | 1111 | 0 | 100110 | 1010111 | 1010011 | 11000 | 1011 |
Color Harmonies of #1D2215
Complementary color
Monochromatic Colors of #1D2215
Black with #1D2215
Text Example
Text Example
White with #1D2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2215; }
p { color: rgb(29,34,21); }
H1.HeaderClassName
{
color: #1D2215;
}
.AnyTagClassName
{
color: #1D2215;
}
</style>
background-color css
<style>
a { background-color: #1D2215; }
a { background-color: rgb(29,34,21); }
div.DivClassName
{
background-color: #1D2215;
}
.BgClassName
{
background-color: #1D2215;
}
</style>
border-color css
<style>
span { border-color: #1D2215; }
span { border-color: rgb(29,34,21); }
td.TdClassName
{
border-color: #1D2215;
}
.TagClassName
{
border-color: #1D2215;
}
</style>