Shades of Pine Tree #1D3807
Tints of Pine Tree #1D3807
RGB
CMYK
RGB Variations
Color information
#1D3807 (or 0x1D3807) is known color: Pine Tree. HEX triplet: 1D, 38 and 07. RGB value is (29,56,7). Sum of RGB (Red+Green+Blue) = 29+56+7=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3807 is #E2C7F8. Grayscale: #2A2A2A. Windows color (decimal): -14862329 or 473117. OLE color: 473117.
HSL color Cylindrical-coordinate representation of color #1D3807: hue angle of 93.06º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3807 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 7 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.78 |
| HSL | 93.06º | 0.78% | 0.12% | - |
| HSV(B) | 93.06º | 0.88% | 0.22% | - |
| XYZ | 1.96 | 3.1 | 0.7 | - |
| YUV | 42.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 7 | 0.48 | 0 | 0.88 | 0.78 | 93.06 | 0.78 | 0.12 |
| Hex | 1D | 38 | 7 | 30 | 0 | 58 | 4E | 5D | 4E | C |
| Octal | 35 | 70 | 7 | 60 | 0 | 130 | 116 | 135 | 116 | 14 |
| Binary | 11101 | 111000 | 111 | 110000 | 0 | 1011000 | 1001110 | 1011101 | 1001110 | 1100 |
Color Harmonies of #1D3807
Complementary color
Monochromatic Colors of #1D3807
Black with #1D3807
Text Example
Text Example
White with #1D3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3807; }
p { color: rgb(29,56,7); }
H1.HeaderClassName
{
color: #1D3807;
}
.AnyTagClassName
{
color: #1D3807;
}
</style>
background-color css
<style>
a { background-color: #1D3807; }
a { background-color: rgb(29,56,7); }
div.DivClassName
{
background-color: #1D3807;
}
.BgClassName
{
background-color: #1D3807;
}
</style>
border-color css
<style>
span { border-color: #1D3807; }
span { border-color: rgb(29,56,7); }
td.TdClassName
{
border-color: #1D3807;
}
.TagClassName
{
border-color: #1D3807;
}
</style>