Shades of Pine Tree #1D3602
Tints of Pine Tree #1D3602
RGB
CMYK
RGB Variations
Color information
#1D3602 (or 0x1D3602) is known color: Pine Tree. HEX triplet: 1D, 36 and 02. RGB value is (29,54,2). Sum of RGB (Red+Green+Blue) = 29+54+2=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3602 is #E2C9FD. Grayscale: #282828. Windows color (decimal): -14862846 or 144925. OLE color: 144925.
HSL color Cylindrical-coordinate representation of color #1D3602: hue angle of 88.85º 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 #1D3602 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 2 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.79 |
| HSL | 88.85º | 0.93% | 0.11% | - |
| HSV(B) | 88.85º | 0.96% | 0.21% | - |
| XYZ | 1.84 | 2.9 | 0.52 | - |
| YUV | 40.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 2 | 0.46 | 0 | 0.96 | 0.79 | 88.85 | 0.93 | 0.11 |
| Hex | 1D | 36 | 2 | 2E | 0 | 60 | 4F | 59 | 5D | B |
| Octal | 35 | 66 | 2 | 56 | 0 | 140 | 117 | 131 | 135 | 13 |
| Binary | 11101 | 110110 | 10 | 101110 | 0 | 1100000 | 1001111 | 1011001 | 1011101 | 1011 |
Color Harmonies of #1D3602
Complementary color
Monochromatic Colors of #1D3602
Black with #1D3602
Text Example
Text Example
White with #1D3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3602; }
p { color: rgb(29,54,2); }
H1.HeaderClassName
{
color: #1D3602;
}
.AnyTagClassName
{
color: #1D3602;
}
</style>
background-color css
<style>
a { background-color: #1D3602; }
a { background-color: rgb(29,54,2); }
div.DivClassName
{
background-color: #1D3602;
}
.BgClassName
{
background-color: #1D3602;
}
</style>
border-color css
<style>
span { border-color: #1D3602; }
span { border-color: rgb(29,54,2); }
td.TdClassName
{
border-color: #1D3602;
}
.TagClassName
{
border-color: #1D3602;
}
</style>