Shades of Pine Tree #1D3900
Tints of Pine Tree #1D3900
RGB
CMYK
RGB Variations
Color information
#1D3900 (or 0x1D3900) is known color: Pine Tree. HEX triplet: 1D, 39 and 00. RGB value is (29,57,0). Sum of RGB (Red+Green+Blue) = 29+57+0=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3900 is #E2C6FF. Grayscale: #2A2A2A. Windows color (decimal): -14862080 or 14621. OLE color: 14621.
HSL color Cylindrical-coordinate representation of color #1D3900: hue angle of 89.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D3900 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 57 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.78 |
| HSL | 89.47º | 1% | 0.11% | - |
| HSV(B) | 89.47º | 1% | 0.22% | - |
| XYZ | 1.97 | 3.19 | 0.51 | - |
| YUV | 42.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 0 | 0.49 | 0 | 1 | 0.78 | 89.47 | 1 | 0.11 |
| Hex | 1D | 39 | 0 | 31 | 0 | 64 | 4E | 59 | 64 | B |
| Octal | 35 | 71 | 0 | 61 | 0 | 144 | 116 | 131 | 144 | 13 |
| Binary | 11101 | 111001 | 0 | 110001 | 0 | 1100100 | 1001110 | 1011001 | 1100100 | 1011 |
Color Harmonies of #1D3900
Complementary color
Monochromatic Colors of #1D3900
Black with #1D3900
Text Example
Text Example
White with #1D3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3900; }
p { color: rgb(29,57,0); }
H1.HeaderClassName
{
color: #1D3900;
}
.AnyTagClassName
{
color: #1D3900;
}
</style>
background-color css
<style>
a { background-color: #1D3900; }
a { background-color: rgb(29,57,0); }
div.DivClassName
{
background-color: #1D3900;
}
.BgClassName
{
background-color: #1D3900;
}
</style>
border-color css
<style>
span { border-color: #1D3900; }
span { border-color: rgb(29,57,0); }
td.TdClassName
{
border-color: #1D3900;
}
.TagClassName
{
border-color: #1D3900;
}
</style>