Shades of Pine Tree #1E3809
Tints of Pine Tree #1E3809
RGB
CMYK
RGB Variations
Color information
#1E3809 (or 0x1E3809) is known color: Pine Tree. HEX triplet: 1E, 38 and 09. RGB value is (30,56,9). Sum of RGB (Red+Green+Blue) = 30+56+9=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3809 is #E1C7F6. Grayscale: #2B2B2B. Windows color (decimal): -14796791 or 604190. OLE color: 604190.
HSL color Cylindrical-coordinate representation of color #1E3809: hue angle of 93.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3809 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 9 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.78 |
| HSL | 93.19º | 0.72% | 0.13% | - |
| HSV(B) | 93.19º | 0.84% | 0.22% | - |
| XYZ | 2 | 3.12 | 0.76 | - |
| YUV | 42.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 9 | 0.46 | 0 | 0.84 | 0.78 | 93.19 | 0.72 | 0.13 |
| Hex | 1E | 38 | 9 | 2E | 0 | 54 | 4E | 5D | 48 | D |
| Octal | 36 | 70 | 11 | 56 | 0 | 124 | 116 | 135 | 110 | 15 |
| Binary | 11110 | 111000 | 1001 | 101110 | 0 | 1010100 | 1001110 | 1011101 | 1001000 | 1101 |
Color Harmonies of #1E3809
Complementary color
Monochromatic Colors of #1E3809
Black with #1E3809
Text Example
Text Example
White with #1E3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3809; }
p { color: rgb(30,56,9); }
H1.HeaderClassName
{
color: #1E3809;
}
.AnyTagClassName
{
color: #1E3809;
}
</style>
background-color css
<style>
a { background-color: #1E3809; }
a { background-color: rgb(30,56,9); }
div.DivClassName
{
background-color: #1E3809;
}
.BgClassName
{
background-color: #1E3809;
}
</style>
border-color css
<style>
span { border-color: #1E3809; }
span { border-color: rgb(30,56,9); }
td.TdClassName
{
border-color: #1E3809;
}
.TagClassName
{
border-color: #1E3809;
}
</style>