Shades of Pine Tree #1E320F
Tints of Pine Tree #1E320F
RGB
CMYK
RGB Variations
Color information
#1E320F (or 0x1E320F) is known color: Pine Tree. HEX triplet: 1E, 32 and 0F. RGB value is (30,50,15). Sum of RGB (Red+Green+Blue) = 30+50+15=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #1E320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E320F is #E1CDF0. Grayscale: #282828. Windows color (decimal): -14798321 or 995870. OLE color: 995870.
HSL color Cylindrical-coordinate representation of color #1E320F: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E320F is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 15 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.80 |
| HSL | 94.29º | 0.54% | 0.13% | - |
| HSV(B) | 94.29º | 0.7% | 0.2% | - |
| XYZ | 1.76 | 2.59 | 0.86 | - |
| YUV | 40.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 15 | 0.40 | 0 | 0.70 | 0.80 | 94.29 | 0.54 | 0.13 |
| Hex | 1E | 32 | F | 28 | 0 | 46 | 50 | 5E | 36 | D |
| Octal | 36 | 62 | 17 | 50 | 0 | 106 | 120 | 136 | 66 | 15 |
| Binary | 11110 | 110010 | 1111 | 101000 | 0 | 1000110 | 1010000 | 1011110 | 110110 | 1101 |
Color Harmonies of #1E320F
Complementary color
Monochromatic Colors of #1E320F
Black with #1E320F
Text Example
Text Example
White with #1E320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E320F; }
p { color: rgb(30,50,15); }
H1.HeaderClassName
{
color: #1E320F;
}
.AnyTagClassName
{
color: #1E320F;
}
</style>
background-color css
<style>
a { background-color: #1E320F; }
a { background-color: rgb(30,50,15); }
div.DivClassName
{
background-color: #1E320F;
}
.BgClassName
{
background-color: #1E320F;
}
</style>
border-color css
<style>
span { border-color: #1E320F; }
span { border-color: rgb(30,50,15); }
td.TdClassName
{
border-color: #1E320F;
}
.TagClassName
{
border-color: #1E320F;
}
</style>