Shades of Pine Tree #1D3706
Tints of Pine Tree #1D3706
RGB
CMYK
RGB Variations
Color information
#1D3706 (or 0x1D3706) is known color: Pine Tree. HEX triplet: 1D, 37 and 06. RGB value is (29,55,6). Sum of RGB (Red+Green+Blue) = 29+55+6=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3706 is #E2C8F9. Grayscale: #292929. Windows color (decimal): -14862586 or 407325. OLE color: 407325.
HSL color Cylindrical-coordinate representation of color #1D3706: hue angle of 91.84º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3706 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 6 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.78 |
| HSL | 91.84º | 0.8% | 0.12% | - |
| HSV(B) | 91.84º | 0.89% | 0.22% | - |
| XYZ | 1.91 | 3.01 | 0.65 | - |
| YUV | 41.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 6 | 0.47 | 0 | 0.89 | 0.78 | 91.84 | 0.8 | 0.12 |
| Hex | 1D | 37 | 6 | 2F | 0 | 59 | 4E | 5C | 50 | C |
| Octal | 35 | 67 | 6 | 57 | 0 | 131 | 116 | 134 | 120 | 14 |
| Binary | 11101 | 110111 | 110 | 101111 | 0 | 1011001 | 1001110 | 1011100 | 1010000 | 1100 |
Color Harmonies of #1D3706
Complementary color
Monochromatic Colors of #1D3706
Black with #1D3706
Text Example
Text Example
White with #1D3706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3706; }
p { color: rgb(29,55,6); }
H1.HeaderClassName
{
color: #1D3706;
}
.AnyTagClassName
{
color: #1D3706;
}
</style>
background-color css
<style>
a { background-color: #1D3706; }
a { background-color: rgb(29,55,6); }
div.DivClassName
{
background-color: #1D3706;
}
.BgClassName
{
background-color: #1D3706;
}
</style>
border-color css
<style>
span { border-color: #1D3706; }
span { border-color: rgb(29,55,6); }
td.TdClassName
{
border-color: #1D3706;
}
.TagClassName
{
border-color: #1D3706;
}
</style>