Shades of Pine Tree #1D3809
Tints of Pine Tree #1D3809
RGB
CMYK
RGB Variations
Color information
#1D3809 (or 0x1D3809) is known color: Pine Tree. HEX triplet: 1D, 38 and 09. RGB value is (29,56,9). Sum of RGB (Red+Green+Blue) = 29+56+9=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3809 is #E2C7F6. Grayscale: #2A2A2A. Windows color (decimal): -14862327 or 604189. OLE color: 604189.
HSL color Cylindrical-coordinate representation of color #1D3809: hue angle of 94.47º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D3809 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 9 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.78 |
| HSL | 94.47º | 0.72% | 0.13% | - |
| HSV(B) | 94.47º | 0.84% | 0.22% | - |
| XYZ | 1.97 | 3.11 | 0.75 | - |
| YUV | 42.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 9 | 0.48 | 0 | 0.84 | 0.78 | 94.47 | 0.72 | 0.13 |
| Hex | 1D | 38 | 9 | 30 | 0 | 54 | 4E | 5E | 48 | D |
| Octal | 35 | 70 | 11 | 60 | 0 | 124 | 116 | 136 | 110 | 15 |
| Binary | 11101 | 111000 | 1001 | 110000 | 0 | 1010100 | 1001110 | 1011110 | 1001000 | 1101 |
Color Harmonies of #1D3809
Complementary color
Monochromatic Colors of #1D3809
Black with #1D3809
Text Example
Text Example
White with #1D3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3809; }
p { color: rgb(29,56,9); }
H1.HeaderClassName
{
color: #1D3809;
}
.AnyTagClassName
{
color: #1D3809;
}
</style>
background-color css
<style>
a { background-color: #1D3809; }
a { background-color: rgb(29,56,9); }
div.DivClassName
{
background-color: #1D3809;
}
.BgClassName
{
background-color: #1D3809;
}
</style>
border-color css
<style>
span { border-color: #1D3809; }
span { border-color: rgb(29,56,9); }
td.TdClassName
{
border-color: #1D3809;
}
.TagClassName
{
border-color: #1D3809;
}
</style>