Shades of Pine Tree #1D3502
Tints of Pine Tree #1D3502
RGB
CMYK
RGB Variations
Color information
#1D3502 (or 0x1D3502) is known color: Pine Tree. HEX triplet: 1D, 35 and 02. RGB value is (29,53,2). Sum of RGB (Red+Green+Blue) = 29+53+2=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3502 is #E2CAFD. Grayscale: #282828. Windows color (decimal): -14863102 or 144669. OLE color: 144669.
HSL color Cylindrical-coordinate representation of color #1D3502: hue angle of 88.24º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D3502 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 2 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.79 |
| HSL | 88.24º | 0.93% | 0.11% | - |
| HSV(B) | 88.24º | 0.96% | 0.21% | - |
| XYZ | 1.79 | 2.81 | 0.51 | - |
| YUV | 40.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 2 | 0.45 | 0 | 0.96 | 0.79 | 88.24 | 0.93 | 0.11 |
| Hex | 1D | 35 | 2 | 2D | 0 | 60 | 4F | 58 | 5D | B |
| Octal | 35 | 65 | 2 | 55 | 0 | 140 | 117 | 130 | 135 | 13 |
| Binary | 11101 | 110101 | 10 | 101101 | 0 | 1100000 | 1001111 | 1011000 | 1011101 | 1011 |
Color Harmonies of #1D3502
Complementary color
Monochromatic Colors of #1D3502
Black with #1D3502
Text Example
Text Example
White with #1D3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3502; }
p { color: rgb(29,53,2); }
H1.HeaderClassName
{
color: #1D3502;
}
.AnyTagClassName
{
color: #1D3502;
}
</style>
background-color css
<style>
a { background-color: #1D3502; }
a { background-color: rgb(29,53,2); }
div.DivClassName
{
background-color: #1D3502;
}
.BgClassName
{
background-color: #1D3502;
}
</style>
border-color css
<style>
span { border-color: #1D3502; }
span { border-color: rgb(29,53,2); }
td.TdClassName
{
border-color: #1D3502;
}
.TagClassName
{
border-color: #1D3502;
}
</style>