Shades of Pine Tree #1D3908
Tints of Pine Tree #1D3908
RGB
CMYK
RGB Variations
Color information
#1D3908 (or 0x1D3908) is known color: Pine Tree. HEX triplet: 1D, 39 and 08. RGB value is (29,57,8). Sum of RGB (Red+Green+Blue) = 29+57+8=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3908 is #E2C6F7. Grayscale: #2B2B2B. Windows color (decimal): -14862072 or 538909. OLE color: 538909.
HSL color Cylindrical-coordinate representation of color #1D3908: hue angle of 94.29º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3908 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 57 | 8 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.78 |
| HSL | 94.29º | 0.75% | 0.13% | - |
| HSV(B) | 94.29º | 0.86% | 0.22% | - |
| XYZ | 2.01 | 3.2 | 0.74 | - |
| YUV | 43.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 8 | 0.49 | 0 | 0.86 | 0.78 | 94.29 | 0.75 | 0.13 |
| Hex | 1D | 39 | 8 | 31 | 0 | 56 | 4E | 5E | 4B | D |
| Octal | 35 | 71 | 10 | 61 | 0 | 126 | 116 | 136 | 113 | 15 |
| Binary | 11101 | 111001 | 1000 | 110001 | 0 | 1010110 | 1001110 | 1011110 | 1001011 | 1101 |
Color Harmonies of #1D3908
Complementary color
Monochromatic Colors of #1D3908
Black with #1D3908
Text Example
Text Example
White with #1D3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3908; }
p { color: rgb(29,57,8); }
H1.HeaderClassName
{
color: #1D3908;
}
.AnyTagClassName
{
color: #1D3908;
}
</style>
background-color css
<style>
a { background-color: #1D3908; }
a { background-color: rgb(29,57,8); }
div.DivClassName
{
background-color: #1D3908;
}
.BgClassName
{
background-color: #1D3908;
}
</style>
border-color css
<style>
span { border-color: #1D3908; }
span { border-color: rgb(29,57,8); }
td.TdClassName
{
border-color: #1D3908;
}
.TagClassName
{
border-color: #1D3908;
}
</style>