Shades of Pine Tree #1E340D
Tints of Pine Tree #1E340D
RGB
CMYK
RGB Variations
Color information
#1E340D (or 0x1E340D) is known color: Pine Tree. HEX triplet: 1E, 34 and 0D. RGB value is (30,52,13). Sum of RGB (Red+Green+Blue) = 30+52+13=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #1E340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E340D is #E1CBF2. Grayscale: #292929. Windows color (decimal): -14797811 or 865310. OLE color: 865310.
HSL color Cylindrical-coordinate representation of color #1E340D: hue angle of 93.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E340D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 52 | 13 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.80 |
| HSL | 93.85º | 0.6% | 0.13% | - |
| HSV(B) | 93.85º | 0.75% | 0.2% | - |
| XYZ | 1.84 | 2.76 | 0.82 | - |
| YUV | 40.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 13 | 0.42 | 0 | 0.75 | 0.80 | 93.85 | 0.6 | 0.13 |
| Hex | 1E | 34 | D | 2A | 0 | 4B | 50 | 5E | 3C | D |
| Octal | 36 | 64 | 15 | 52 | 0 | 113 | 120 | 136 | 74 | 15 |
| Binary | 11110 | 110100 | 1101 | 101010 | 0 | 1001011 | 1010000 | 1011110 | 111100 | 1101 |
Color Harmonies of #1E340D
Complementary color
Monochromatic Colors of #1E340D
Black with #1E340D
Text Example
Text Example
White with #1E340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E340D; }
p { color: rgb(30,52,13); }
H1.HeaderClassName
{
color: #1E340D;
}
.AnyTagClassName
{
color: #1E340D;
}
</style>
background-color css
<style>
a { background-color: #1E340D; }
a { background-color: rgb(30,52,13); }
div.DivClassName
{
background-color: #1E340D;
}
.BgClassName
{
background-color: #1E340D;
}
</style>
border-color css
<style>
span { border-color: #1E340D; }
span { border-color: rgb(30,52,13); }
td.TdClassName
{
border-color: #1E340D;
}
.TagClassName
{
border-color: #1E340D;
}
</style>