Shades of Pine Tree #1D3106
Tints of Pine Tree #1D3106
RGB
CMYK
RGB Variations
Color information
#1D3106 (or 0x1D3106) is known color: Pine Tree. HEX triplet: 1D, 31 and 06. RGB value is (29,49,6). Sum of RGB (Red+Green+Blue) = 29+49+6=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3106 is #E2CEF9. Grayscale: #262626. Windows color (decimal): -14864122 or 405789. OLE color: 405789.
HSL color Cylindrical-coordinate representation of color #1D3106: hue angle of 87.91º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3106 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 6 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.81 |
| HSL | 87.91º | 0.78% | 0.11% | - |
| HSV(B) | 87.91º | 0.88% | 0.19% | - |
| XYZ | 1.64 | 2.47 | 0.56 | - |
| YUV | 38.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 6 | 0.41 | 0 | 0.88 | 0.81 | 87.91 | 0.78 | 0.11 |
| Hex | 1D | 31 | 6 | 29 | 0 | 58 | 51 | 58 | 4E | B |
| Octal | 35 | 61 | 6 | 51 | 0 | 130 | 121 | 130 | 116 | 13 |
| Binary | 11101 | 110001 | 110 | 101001 | 0 | 1011000 | 1010001 | 1011000 | 1001110 | 1011 |
Color Harmonies of #1D3106
Complementary color
Monochromatic Colors of #1D3106
Black with #1D3106
Text Example
Text Example
White with #1D3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3106; }
p { color: rgb(29,49,6); }
H1.HeaderClassName
{
color: #1D3106;
}
.AnyTagClassName
{
color: #1D3106;
}
</style>
background-color css
<style>
a { background-color: #1D3106; }
a { background-color: rgb(29,49,6); }
div.DivClassName
{
background-color: #1D3106;
}
.BgClassName
{
background-color: #1D3106;
}
</style>
border-color css
<style>
span { border-color: #1D3106; }
span { border-color: rgb(29,49,6); }
td.TdClassName
{
border-color: #1D3106;
}
.TagClassName
{
border-color: #1D3106;
}
</style>