Shades of Pine Tree #1E280A
Tints of Pine Tree #1E280A
RGB
CMYK
RGB Variations
Color information
#1E280A (or 0x1E280A) is known color: Pine Tree. HEX triplet: 1E, 28 and 0A. RGB value is (30,40,10). Sum of RGB (Red+Green+Blue) = 30+40+10=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280A is #E1D7F5. Grayscale: #212121. Windows color (decimal): -14800886 or 665630. OLE color: 665630.
HSL color Cylindrical-coordinate representation of color #1E280A: hue angle of 80º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E280A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 10 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.84 |
| HSL | 80º | 0.6% | 0.1% | - |
| HSV(B) | 80º | 0.75% | 0.16% | - |
| XYZ | 1.35 | 1.82 | 0.57 | - |
| YUV | 33.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 10 | 0.25 | 0 | 0.75 | 0.84 | 80 | 0.6 | 0.1 |
| Hex | 1E | 28 | A | 19 | 0 | 4B | 54 | 50 | 3C | A |
| Octal | 36 | 50 | 12 | 31 | 0 | 113 | 124 | 120 | 74 | 12 |
| Binary | 11110 | 101000 | 1010 | 11001 | 0 | 1001011 | 1010100 | 1010000 | 111100 | 1010 |
Color Harmonies of #1E280A
Complementary color
Monochromatic Colors of #1E280A
Black with #1E280A
Text Example
Text Example
White with #1E280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E280A; }
p { color: rgb(30,40,10); }
H1.HeaderClassName
{
color: #1E280A;
}
.AnyTagClassName
{
color: #1E280A;
}
</style>
background-color css
<style>
a { background-color: #1E280A; }
a { background-color: rgb(30,40,10); }
div.DivClassName
{
background-color: #1E280A;
}
.BgClassName
{
background-color: #1E280A;
}
</style>
border-color css
<style>
span { border-color: #1E280A; }
span { border-color: rgb(30,40,10); }
td.TdClassName
{
border-color: #1E280A;
}
.TagClassName
{
border-color: #1E280A;
}
</style>