Shades of Pine Tree #1D2706
Tints of Pine Tree #1D2706
RGB
CMYK
RGB Variations
Color information
#1D2706 (or 0x1D2706) is known color: Pine Tree. HEX triplet: 1D, 27 and 06. RGB value is (29,39,6). Sum of RGB (Red+Green+Blue) = 29+39+6=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2706 is #E2D8F9. Grayscale: #202020. Windows color (decimal): -14866682 or 403229. OLE color: 403229.
HSL color Cylindrical-coordinate representation of color #1D2706: hue angle of 78.18º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2706 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 6 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.85 |
| HSL | 78.18º | 0.73% | 0.09% | - |
| HSV(B) | 78.18º | 0.85% | 0.15% | - |
| XYZ | 1.27 | 1.73 | 0.44 | - |
| YUV | 32.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 6 | 0.26 | 0 | 0.85 | 0.85 | 78.18 | 0.73 | 0.09 |
| Hex | 1D | 27 | 6 | 1A | 0 | 55 | 55 | 4E | 49 | 9 |
| Octal | 35 | 47 | 6 | 32 | 0 | 125 | 125 | 116 | 111 | 11 |
| Binary | 11101 | 100111 | 110 | 11010 | 0 | 1010101 | 1010101 | 1001110 | 1001001 | 1001 |
Color Harmonies of #1D2706
Complementary color
Monochromatic Colors of #1D2706
Black with #1D2706
Text Example
Text Example
White with #1D2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2706; }
p { color: rgb(29,39,6); }
H1.HeaderClassName
{
color: #1D2706;
}
.AnyTagClassName
{
color: #1D2706;
}
</style>
background-color css
<style>
a { background-color: #1D2706; }
a { background-color: rgb(29,39,6); }
div.DivClassName
{
background-color: #1D2706;
}
.BgClassName
{
background-color: #1D2706;
}
</style>
border-color css
<style>
span { border-color: #1D2706; }
span { border-color: rgb(29,39,6); }
td.TdClassName
{
border-color: #1D2706;
}
.TagClassName
{
border-color: #1D2706;
}
</style>