Shades of Pine Tree #1E280E
Tints of Pine Tree #1E280E
RGB
CMYK
RGB Variations
Color information
#1E280E (or 0x1E280E) is known color: Pine Tree. HEX triplet: 1E, 28 and 0E. RGB value is (30,40,14). Sum of RGB (Red+Green+Blue) = 30+40+14=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280E is #E1D7F1. Grayscale: #222222. Windows color (decimal): -14800882 or 927774. OLE color: 927774.
HSL color Cylindrical-coordinate representation of color #1E280E: hue angle of 83.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E280E is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 14 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.84 |
| HSL | 83.08º | 0.48% | 0.11% | - |
| HSV(B) | 83.08º | 0.65% | 0.16% | - |
| XYZ | 1.37 | 1.83 | 0.7 | - |
| YUV | 34.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 14 | 0.25 | 0 | 0.65 | 0.84 | 83.08 | 0.48 | 0.11 |
| Hex | 1E | 28 | E | 19 | 0 | 41 | 54 | 53 | 30 | B |
| Octal | 36 | 50 | 16 | 31 | 0 | 101 | 124 | 123 | 60 | 13 |
| Binary | 11110 | 101000 | 1110 | 11001 | 0 | 1000001 | 1010100 | 1010011 | 110000 | 1011 |
Color Harmonies of #1E280E
Complementary color
Monochromatic Colors of #1E280E
Black with #1E280E
Text Example
Text Example
White with #1E280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E280E; }
p { color: rgb(30,40,14); }
H1.HeaderClassName
{
color: #1E280E;
}
.AnyTagClassName
{
color: #1E280E;
}
</style>
background-color css
<style>
a { background-color: #1E280E; }
a { background-color: rgb(30,40,14); }
div.DivClassName
{
background-color: #1E280E;
}
.BgClassName
{
background-color: #1E280E;
}
</style>
border-color css
<style>
span { border-color: #1E280E; }
span { border-color: rgb(30,40,14); }
td.TdClassName
{
border-color: #1E280E;
}
.TagClassName
{
border-color: #1E280E;
}
</style>