Shades of Pine Tree #1E280B
Tints of Pine Tree #1E280B
RGB
CMYK
RGB Variations
Color information
#1E280B (or 0x1E280B) is known color: Pine Tree. HEX triplet: 1E, 28 and 0B. RGB value is (30,40,11). Sum of RGB (Red+Green+Blue) = 30+40+11=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280B is #E1D7F4. Grayscale: #212121. Windows color (decimal): -14800885 or 731166. OLE color: 731166.
HSL color Cylindrical-coordinate representation of color #1E280B: hue angle of 80.69º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E280B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 11 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.84 |
| HSL | 80.69º | 0.57% | 0.1% | - |
| HSV(B) | 80.69º | 0.73% | 0.16% | - |
| XYZ | 1.35 | 1.82 | 0.6 | - |
| YUV | 33.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 11 | 0.25 | 0 | 0.72 | 0.84 | 80.69 | 0.57 | 0.1 |
| Hex | 1E | 28 | B | 19 | 0 | 48 | 54 | 51 | 39 | A |
| Octal | 36 | 50 | 13 | 31 | 0 | 110 | 124 | 121 | 71 | 12 |
| Binary | 11110 | 101000 | 1011 | 11001 | 0 | 1001000 | 1010100 | 1010001 | 111001 | 1010 |
Color Harmonies of #1E280B
Complementary color
Monochromatic Colors of #1E280B
Black with #1E280B
Text Example
Text Example
White with #1E280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E280B; }
p { color: rgb(30,40,11); }
H1.HeaderClassName
{
color: #1E280B;
}
.AnyTagClassName
{
color: #1E280B;
}
</style>
background-color css
<style>
a { background-color: #1E280B; }
a { background-color: rgb(30,40,11); }
div.DivClassName
{
background-color: #1E280B;
}
.BgClassName
{
background-color: #1E280B;
}
</style>
border-color css
<style>
span { border-color: #1E280B; }
span { border-color: rgb(30,40,11); }
td.TdClassName
{
border-color: #1E280B;
}
.TagClassName
{
border-color: #1E280B;
}
</style>