Shades of Pine Tree #1D3606
Tints of Pine Tree #1D3606
RGB
CMYK
RGB Variations
Color information
#1D3606 (or 0x1D3606) is known color: Pine Tree. HEX triplet: 1D, 36 and 06. RGB value is (29,54,6). Sum of RGB (Red+Green+Blue) = 29+54+6=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3606 is #E2C9F9. Grayscale: #292929. Windows color (decimal): -14862842 or 407069. OLE color: 407069.
HSL color Cylindrical-coordinate representation of color #1D3606: hue angle of 91.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3606 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 6 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.79 |
| HSL | 91.25º | 0.8% | 0.12% | - |
| HSV(B) | 91.25º | 0.89% | 0.21% | - |
| XYZ | 1.86 | 2.91 | 0.64 | - |
| YUV | 41.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 6 | 0.46 | 0 | 0.89 | 0.79 | 91.25 | 0.8 | 0.12 |
| Hex | 1D | 36 | 6 | 2E | 0 | 59 | 4F | 5B | 50 | C |
| Octal | 35 | 66 | 6 | 56 | 0 | 131 | 117 | 133 | 120 | 14 |
| Binary | 11101 | 110110 | 110 | 101110 | 0 | 1011001 | 1001111 | 1011011 | 1010000 | 1100 |
Color Harmonies of #1D3606
Complementary color
Monochromatic Colors of #1D3606
Black with #1D3606
Text Example
Text Example
White with #1D3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3606; }
p { color: rgb(29,54,6); }
H1.HeaderClassName
{
color: #1D3606;
}
.AnyTagClassName
{
color: #1D3606;
}
</style>
background-color css
<style>
a { background-color: #1D3606; }
a { background-color: rgb(29,54,6); }
div.DivClassName
{
background-color: #1D3606;
}
.BgClassName
{
background-color: #1D3606;
}
</style>
border-color css
<style>
span { border-color: #1D3606; }
span { border-color: rgb(29,54,6); }
td.TdClassName
{
border-color: #1D3606;
}
.TagClassName
{
border-color: #1D3606;
}
</style>