Shades of Pine Tree #1D3802
Tints of Pine Tree #1D3802
RGB
CMYK
RGB Variations
Color information
#1D3802 (or 0x1D3802) is known color: Pine Tree. HEX triplet: 1D, 38 and 02. RGB value is (29,56,2). Sum of RGB (Red+Green+Blue) = 29+56+2=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3802 is #E2C7FD. Grayscale: #292929. Windows color (decimal): -14862334 or 145437. OLE color: 145437.
HSL color Cylindrical-coordinate representation of color #1D3802: hue angle of 90º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D3802 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 2 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.78 |
| HSL | 90º | 0.93% | 0.11% | - |
| HSV(B) | 90º | 0.96% | 0.22% | - |
| XYZ | 1.93 | 3.09 | 0.55 | - |
| YUV | 41.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 2 | 0.48 | 0 | 0.96 | 0.78 | 90 | 0.93 | 0.11 |
| Hex | 1D | 38 | 2 | 30 | 0 | 60 | 4E | 5A | 5D | B |
| Octal | 35 | 70 | 2 | 60 | 0 | 140 | 116 | 132 | 135 | 13 |
| Binary | 11101 | 111000 | 10 | 110000 | 0 | 1100000 | 1001110 | 1011010 | 1011101 | 1011 |
Color Harmonies of #1D3802
Complementary color
Monochromatic Colors of #1D3802
Black with #1D3802
Text Example
Text Example
White with #1D3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3802; }
p { color: rgb(29,56,2); }
H1.HeaderClassName
{
color: #1D3802;
}
.AnyTagClassName
{
color: #1D3802;
}
</style>
background-color css
<style>
a { background-color: #1D3802; }
a { background-color: rgb(29,56,2); }
div.DivClassName
{
background-color: #1D3802;
}
.BgClassName
{
background-color: #1D3802;
}
</style>
border-color css
<style>
span { border-color: #1D3802; }
span { border-color: rgb(29,56,2); }
td.TdClassName
{
border-color: #1D3802;
}
.TagClassName
{
border-color: #1D3802;
}
</style>