Shades of Pine Tree #1D3805
Tints of Pine Tree #1D3805
RGB
CMYK
RGB Variations
Color information
#1D3805 (or 0x1D3805) is known color: Pine Tree. HEX triplet: 1D, 38 and 05. RGB value is (29,56,5). Sum of RGB (Red+Green+Blue) = 29+56+5=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3805 is #E2C7FA. Grayscale: #2A2A2A. Windows color (decimal): -14862331 or 342045. OLE color: 342045.
HSL color Cylindrical-coordinate representation of color #1D3805: hue angle of 91.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D3805 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 5 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.78 |
| HSL | 91.76º | 0.84% | 0.12% | - |
| HSV(B) | 91.76º | 0.91% | 0.22% | - |
| XYZ | 1.95 | 3.1 | 0.64 | - |
| YUV | 42.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 5 | 0.48 | 0 | 0.91 | 0.78 | 91.76 | 0.84 | 0.12 |
| Hex | 1D | 38 | 5 | 30 | 0 | 5B | 4E | 5C | 54 | C |
| Octal | 35 | 70 | 5 | 60 | 0 | 133 | 116 | 134 | 124 | 14 |
| Binary | 11101 | 111000 | 101 | 110000 | 0 | 1011011 | 1001110 | 1011100 | 1010100 | 1100 |
Color Harmonies of #1D3805
Complementary color
Monochromatic Colors of #1D3805
Black with #1D3805
Text Example
Text Example
White with #1D3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3805; }
p { color: rgb(29,56,5); }
H1.HeaderClassName
{
color: #1D3805;
}
.AnyTagClassName
{
color: #1D3805;
}
</style>
background-color css
<style>
a { background-color: #1D3805; }
a { background-color: rgb(29,56,5); }
div.DivClassName
{
background-color: #1D3805;
}
.BgClassName
{
background-color: #1D3805;
}
</style>
border-color css
<style>
span { border-color: #1D3805; }
span { border-color: rgb(29,56,5); }
td.TdClassName
{
border-color: #1D3805;
}
.TagClassName
{
border-color: #1D3805;
}
</style>