Shades of Pine Tree #1D2905
Tints of Pine Tree #1D2905
RGB
CMYK
RGB Variations
Color information
#1D2905 (or 0x1D2905) is known color: Pine Tree. HEX triplet: 1D, 29 and 05. RGB value is (29,41,5). Sum of RGB (Red+Green+Blue) = 29+41+5=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2905 is #E2D6FA. Grayscale: #212121. Windows color (decimal): -14866171 or 338205. OLE color: 338205.
HSL color Cylindrical-coordinate representation of color #1D2905: hue angle of 80º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2905 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 5 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.84 |
| HSL | 80º | 0.78% | 0.09% | - |
| HSV(B) | 80º | 0.88% | 0.16% | - |
| XYZ | 1.33 | 1.86 | 0.43 | - |
| YUV | 33.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 5 | 0.29 | 0 | 0.88 | 0.84 | 80 | 0.78 | 0.09 |
| Hex | 1D | 29 | 5 | 1D | 0 | 58 | 54 | 50 | 4E | 9 |
| Octal | 35 | 51 | 5 | 35 | 0 | 130 | 124 | 120 | 116 | 11 |
| Binary | 11101 | 101001 | 101 | 11101 | 0 | 1011000 | 1010100 | 1010000 | 1001110 | 1001 |
Color Harmonies of #1D2905
Complementary color
Monochromatic Colors of #1D2905
Black with #1D2905
Text Example
Text Example
White with #1D2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2905; }
p { color: rgb(29,41,5); }
H1.HeaderClassName
{
color: #1D2905;
}
.AnyTagClassName
{
color: #1D2905;
}
</style>
background-color css
<style>
a { background-color: #1D2905; }
a { background-color: rgb(29,41,5); }
div.DivClassName
{
background-color: #1D2905;
}
.BgClassName
{
background-color: #1D2905;
}
</style>
border-color css
<style>
span { border-color: #1D2905; }
span { border-color: rgb(29,41,5); }
td.TdClassName
{
border-color: #1D2905;
}
.TagClassName
{
border-color: #1D2905;
}
</style>