Shades of Pine Tree #1D3007
Tints of Pine Tree #1D3007
RGB
CMYK
RGB Variations
Color information
#1D3007 (or 0x1D3007) is known color: Pine Tree. HEX triplet: 1D, 30 and 07. RGB value is (29,48,7). Sum of RGB (Red+Green+Blue) = 29+48+7=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3007 is #E2CFF8. Grayscale: #252525. Windows color (decimal): -14864377 or 471069. OLE color: 471069.
HSL color Cylindrical-coordinate representation of color #1D3007: hue angle of 87.8º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3007 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 7 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.81 |
| HSL | 87.8º | 0.75% | 0.11% | - |
| HSV(B) | 87.8º | 0.85% | 0.19% | - |
| XYZ | 1.6 | 2.39 | 0.58 | - |
| YUV | 37.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 7 | 0.40 | 0 | 0.85 | 0.81 | 87.8 | 0.75 | 0.11 |
| Hex | 1D | 30 | 7 | 28 | 0 | 55 | 51 | 58 | 4B | B |
| Octal | 35 | 60 | 7 | 50 | 0 | 125 | 121 | 130 | 113 | 13 |
| Binary | 11101 | 110000 | 111 | 101000 | 0 | 1010101 | 1010001 | 1011000 | 1001011 | 1011 |
Color Harmonies of #1D3007
Complementary color
Monochromatic Colors of #1D3007
Black with #1D3007
Text Example
Text Example
White with #1D3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3007; }
p { color: rgb(29,48,7); }
H1.HeaderClassName
{
color: #1D3007;
}
.AnyTagClassName
{
color: #1D3007;
}
</style>
background-color css
<style>
a { background-color: #1D3007; }
a { background-color: rgb(29,48,7); }
div.DivClassName
{
background-color: #1D3007;
}
.BgClassName
{
background-color: #1D3007;
}
</style>
border-color css
<style>
span { border-color: #1D3007; }
span { border-color: rgb(29,48,7); }
td.TdClassName
{
border-color: #1D3007;
}
.TagClassName
{
border-color: #1D3007;
}
</style>