Shades of Pine Tree #1D3204
Tints of Pine Tree #1D3204
RGB
CMYK
RGB Variations
Color information
#1D3204 (or 0x1D3204) is known color: Pine Tree. HEX triplet: 1D, 32 and 04. RGB value is (29,50,4). Sum of RGB (Red+Green+Blue) = 29+50+4=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3204 is #E2CDFB. Grayscale: #262626. Windows color (decimal): -14863868 or 274973. OLE color: 274973.
HSL color Cylindrical-coordinate representation of color #1D3204: hue angle of 87.39º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D3204 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 4 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.80 |
| HSL | 87.39º | 0.85% | 0.11% | - |
| HSV(B) | 87.39º | 0.92% | 0.2% | - |
| XYZ | 1.67 | 2.55 | 0.52 | - |
| YUV | 38.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 4 | 0.42 | 0 | 0.92 | 0.80 | 87.39 | 0.85 | 0.11 |
| Hex | 1D | 32 | 4 | 2A | 0 | 5C | 50 | 57 | 55 | B |
| Octal | 35 | 62 | 4 | 52 | 0 | 134 | 120 | 127 | 125 | 13 |
| Binary | 11101 | 110010 | 100 | 101010 | 0 | 1011100 | 1010000 | 1010111 | 1010101 | 1011 |
Color Harmonies of #1D3204
Complementary color
Monochromatic Colors of #1D3204
Black with #1D3204
Text Example
Text Example
White with #1D3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3204; }
p { color: rgb(29,50,4); }
H1.HeaderClassName
{
color: #1D3204;
}
.AnyTagClassName
{
color: #1D3204;
}
</style>
background-color css
<style>
a { background-color: #1D3204; }
a { background-color: rgb(29,50,4); }
div.DivClassName
{
background-color: #1D3204;
}
.BgClassName
{
background-color: #1D3204;
}
</style>
border-color css
<style>
span { border-color: #1D3204; }
span { border-color: rgb(29,50,4); }
td.TdClassName
{
border-color: #1D3204;
}
.TagClassName
{
border-color: #1D3204;
}
</style>