Shades of Pine Tree #1D3504
Tints of Pine Tree #1D3504
RGB
CMYK
RGB Variations
Color information
#1D3504 (or 0x1D3504) is known color: Pine Tree. HEX triplet: 1D, 35 and 04. RGB value is (29,53,4). Sum of RGB (Red+Green+Blue) = 29+53+4=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3504 is #E2CAFB. Grayscale: #282828. Windows color (decimal): -14863100 or 275741. OLE color: 275741.
HSL color Cylindrical-coordinate representation of color #1D3504: hue angle of 89.39º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D3504 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 4 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.79 |
| HSL | 89.39º | 0.86% | 0.11% | - |
| HSV(B) | 89.39º | 0.92% | 0.21% | - |
| XYZ | 1.8 | 2.82 | 0.56 | - |
| YUV | 40.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 4 | 0.45 | 0 | 0.92 | 0.79 | 89.39 | 0.86 | 0.11 |
| Hex | 1D | 35 | 4 | 2D | 0 | 5C | 4F | 59 | 56 | B |
| Octal | 35 | 65 | 4 | 55 | 0 | 134 | 117 | 131 | 126 | 13 |
| Binary | 11101 | 110101 | 100 | 101101 | 0 | 1011100 | 1001111 | 1011001 | 1010110 | 1011 |
Color Harmonies of #1D3504
Complementary color
Monochromatic Colors of #1D3504
Black with #1D3504
Text Example
Text Example
White with #1D3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3504; }
p { color: rgb(29,53,4); }
H1.HeaderClassName
{
color: #1D3504;
}
.AnyTagClassName
{
color: #1D3504;
}
</style>
background-color css
<style>
a { background-color: #1D3504; }
a { background-color: rgb(29,53,4); }
div.DivClassName
{
background-color: #1D3504;
}
.BgClassName
{
background-color: #1D3504;
}
</style>
border-color css
<style>
span { border-color: #1D3504; }
span { border-color: rgb(29,53,4); }
td.TdClassName
{
border-color: #1D3504;
}
.TagClassName
{
border-color: #1D3504;
}
</style>