Shades of Pine Tree #1E290B
Tints of Pine Tree #1E290B
RGB
CMYK
RGB Variations
Color information
#1E290B (or 0x1E290B) is known color: Pine Tree. HEX triplet: 1E, 29 and 0B. RGB value is (30,41,11). Sum of RGB (Red+Green+Blue) = 30+41+11=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #1E290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E290B is #E1D6F4. Grayscale: #222222. Windows color (decimal): -14800629 or 731422. OLE color: 731422.
HSL color Cylindrical-coordinate representation of color #1E290B: hue angle of 82º degrees, saturation: 0.58, 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 #1E290B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 41 | 11 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.84 |
| HSL | 82º | 0.58% | 0.1% | - |
| HSV(B) | 82º | 0.73% | 0.16% | - |
| XYZ | 1.39 | 1.89 | 0.61 | - |
| YUV | 34.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 11 | 0.27 | 0 | 0.73 | 0.84 | 82 | 0.58 | 0.1 |
| Hex | 1E | 29 | B | 1B | 0 | 49 | 54 | 52 | 3A | A |
| Octal | 36 | 51 | 13 | 33 | 0 | 111 | 124 | 122 | 72 | 12 |
| Binary | 11110 | 101001 | 1011 | 11011 | 0 | 1001001 | 1010100 | 1010010 | 111010 | 1010 |
Color Harmonies of #1E290B
Complementary color
Monochromatic Colors of #1E290B
Black with #1E290B
Text Example
Text Example
White with #1E290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E290B; }
p { color: rgb(30,41,11); }
H1.HeaderClassName
{
color: #1E290B;
}
.AnyTagClassName
{
color: #1E290B;
}
</style>
background-color css
<style>
a { background-color: #1E290B; }
a { background-color: rgb(30,41,11); }
div.DivClassName
{
background-color: #1E290B;
}
.BgClassName
{
background-color: #1E290B;
}
</style>
border-color css
<style>
span { border-color: #1E290B; }
span { border-color: rgb(30,41,11); }
td.TdClassName
{
border-color: #1E290B;
}
.TagClassName
{
border-color: #1E290B;
}
</style>