Shades of Pine Tree #1D2411
Tints of Pine Tree #1D2411
RGB
CMYK
RGB Variations
Color information
#1D2411 (or 0x1D2411) is known color: Pine Tree. HEX triplet: 1D, 24 and 11. RGB value is (29,36,17). Sum of RGB (Red+Green+Blue) = 29+36+17=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2411 is #E2DBEE. Grayscale: #1F1F1F. Windows color (decimal): -14867439 or 1123357. OLE color: 1123357.
HSL color Cylindrical-coordinate representation of color #1D2411: hue angle of 82.11º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D2411 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 36 | 17 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.86 |
| HSL | 82.11º | 0.36% | 0.1% | - |
| HSV(B) | 82.11º | 0.53% | 0.14% | - |
| XYZ | 1.24 | 1.56 | 0.77 | - |
| YUV | 31.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 17 | 0.19 | 0 | 0.53 | 0.86 | 82.11 | 0.36 | 0.1 |
| Hex | 1D | 24 | 11 | 13 | 0 | 35 | 56 | 52 | 24 | A |
| Octal | 35 | 44 | 21 | 23 | 0 | 65 | 126 | 122 | 44 | 12 |
| Binary | 11101 | 100100 | 10001 | 10011 | 0 | 110101 | 1010110 | 1010010 | 100100 | 1010 |
Color Harmonies of #1D2411
Complementary color
Monochromatic Colors of #1D2411
Black with #1D2411
Text Example
Text Example
White with #1D2411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2411; }
p { color: rgb(29,36,17); }
H1.HeaderClassName
{
color: #1D2411;
}
.AnyTagClassName
{
color: #1D2411;
}
</style>
background-color css
<style>
a { background-color: #1D2411; }
a { background-color: rgb(29,36,17); }
div.DivClassName
{
background-color: #1D2411;
}
.BgClassName
{
background-color: #1D2411;
}
</style>
border-color css
<style>
span { border-color: #1D2411; }
span { border-color: rgb(29,36,17); }
td.TdClassName
{
border-color: #1D2411;
}
.TagClassName
{
border-color: #1D2411;
}
</style>