Shades of Pine Tree #1D3608
Tints of Pine Tree #1D3608
RGB
CMYK
RGB Variations
Color information
#1D3608 (or 0x1D3608) is known color: Pine Tree. HEX triplet: 1D, 36 and 08. RGB value is (29,54,8). Sum of RGB (Red+Green+Blue) = 29+54+8=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3608 is #E2C9F7. Grayscale: #292929. Windows color (decimal): -14862840 or 538141. OLE color: 538141.
HSL color Cylindrical-coordinate representation of color #1D3608: hue angle of 92.61º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3608 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 8 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.79 |
| HSL | 92.61º | 0.74% | 0.12% | - |
| HSV(B) | 92.61º | 0.85% | 0.21% | - |
| XYZ | 1.87 | 2.92 | 0.69 | - |
| YUV | 41.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 8 | 0.46 | 0 | 0.85 | 0.79 | 92.61 | 0.74 | 0.12 |
| Hex | 1D | 36 | 8 | 2E | 0 | 55 | 4F | 5D | 4A | C |
| Octal | 35 | 66 | 10 | 56 | 0 | 125 | 117 | 135 | 112 | 14 |
| Binary | 11101 | 110110 | 1000 | 101110 | 0 | 1010101 | 1001111 | 1011101 | 1001010 | 1100 |
Color Harmonies of #1D3608
Complementary color
Monochromatic Colors of #1D3608
Black with #1D3608
Text Example
Text Example
White with #1D3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3608; }
p { color: rgb(29,54,8); }
H1.HeaderClassName
{
color: #1D3608;
}
.AnyTagClassName
{
color: #1D3608;
}
</style>
background-color css
<style>
a { background-color: #1D3608; }
a { background-color: rgb(29,54,8); }
div.DivClassName
{
background-color: #1D3608;
}
.BgClassName
{
background-color: #1D3608;
}
</style>
border-color css
<style>
span { border-color: #1D3608; }
span { border-color: rgb(29,54,8); }
td.TdClassName
{
border-color: #1D3608;
}
.TagClassName
{
border-color: #1D3608;
}
</style>