Shades of Pine Tree #1D2611
Tints of Pine Tree #1D2611
RGB
CMYK
RGB Variations
Color information
#1D2611 (or 0x1D2611) is known color: Pine Tree. HEX triplet: 1D, 26 and 11. RGB value is (29,38,17). Sum of RGB (Red+Green+Blue) = 29+38+17=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2611 is #E2D9EE. Grayscale: #202020. Windows color (decimal): -14866927 or 1123869. OLE color: 1123869.
HSL color Cylindrical-coordinate representation of color #1D2611: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D2611 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 17 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.85 |
| HSL | 85.71º | 0.38% | 0.11% | - |
| HSV(B) | 85.71º | 0.55% | 0.15% | - |
| XYZ | 1.3 | 1.69 | 0.79 | - |
| YUV | 32.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 17 | 0.24 | 0 | 0.55 | 0.85 | 85.71 | 0.38 | 0.11 |
| Hex | 1D | 26 | 11 | 18 | 0 | 37 | 55 | 56 | 26 | B |
| Octal | 35 | 46 | 21 | 30 | 0 | 67 | 125 | 126 | 46 | 13 |
| Binary | 11101 | 100110 | 10001 | 11000 | 0 | 110111 | 1010101 | 1010110 | 100110 | 1011 |
Color Harmonies of #1D2611
Complementary color
Monochromatic Colors of #1D2611
Black with #1D2611
Text Example
Text Example
White with #1D2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2611; }
p { color: rgb(29,38,17); }
H1.HeaderClassName
{
color: #1D2611;
}
.AnyTagClassName
{
color: #1D2611;
}
</style>
background-color css
<style>
a { background-color: #1D2611; }
a { background-color: rgb(29,38,17); }
div.DivClassName
{
background-color: #1D2611;
}
.BgClassName
{
background-color: #1D2611;
}
</style>
border-color css
<style>
span { border-color: #1D2611; }
span { border-color: rgb(29,38,17); }
td.TdClassName
{
border-color: #1D2611;
}
.TagClassName
{
border-color: #1D2611;
}
</style>