Shades of Pine Tree #1E2910
Tints of Pine Tree #1E2910
RGB
CMYK
RGB Variations
Color information
#1E2910 (or 0x1E2910) is known color: Pine Tree. HEX triplet: 1E, 29 and 10. RGB value is (30,41,16). Sum of RGB (Red+Green+Blue) = 30+41+16=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #1E2910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2910 is #E1D6EF. Grayscale: #222222. Windows color (decimal): -14800624 or 1059102. OLE color: 1059102.
HSL color Cylindrical-coordinate representation of color #1E2910: hue angle of 86.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E2910 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 41 | 16 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.84 |
| HSL | 86.4º | 0.44% | 0.11% | - |
| HSV(B) | 86.4º | 0.61% | 0.16% | - |
| XYZ | 1.42 | 1.9 | 0.78 | - |
| YUV | 34.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 16 | 0.27 | 0 | 0.61 | 0.84 | 86.4 | 0.44 | 0.11 |
| Hex | 1E | 29 | 10 | 1B | 0 | 3D | 54 | 56 | 2C | B |
| Octal | 36 | 51 | 20 | 33 | 0 | 75 | 124 | 126 | 54 | 13 |
| Binary | 11110 | 101001 | 10000 | 11011 | 0 | 111101 | 1010100 | 1010110 | 101100 | 1011 |
Color Harmonies of #1E2910
Complementary color
Monochromatic Colors of #1E2910
Black with #1E2910
Text Example
Text Example
White with #1E2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2910; }
p { color: rgb(30,41,16); }
H1.HeaderClassName
{
color: #1E2910;
}
.AnyTagClassName
{
color: #1E2910;
}
</style>
background-color css
<style>
a { background-color: #1E2910; }
a { background-color: rgb(30,41,16); }
div.DivClassName
{
background-color: #1E2910;
}
.BgClassName
{
background-color: #1E2910;
}
</style>
border-color css
<style>
span { border-color: #1E2910; }
span { border-color: rgb(30,41,16); }
td.TdClassName
{
border-color: #1E2910;
}
.TagClassName
{
border-color: #1E2910;
}
</style>