Shades of Pine Tree #1E3110
Tints of Pine Tree #1E3110
RGB
CMYK
RGB Variations
Color information
#1E3110 (or 0x1E3110) is known color: Pine Tree. HEX triplet: 1E, 31 and 10. RGB value is (30,49,16). Sum of RGB (Red+Green+Blue) = 30+49+16=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3110 is #E1CEEF. Grayscale: #272727. Windows color (decimal): -14798576 or 1061150. OLE color: 1061150.
HSL color Cylindrical-coordinate representation of color #1E3110: hue angle of 94.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E3110 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 16 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.81 |
| HSL | 94.55º | 0.51% | 0.13% | - |
| HSV(B) | 94.55º | 0.67% | 0.19% | - |
| XYZ | 1.73 | 2.51 | 0.88 | - |
| YUV | 39.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 16 | 0.39 | 0 | 0.67 | 0.81 | 94.55 | 0.51 | 0.13 |
| Hex | 1E | 31 | 10 | 27 | 0 | 43 | 51 | 5F | 33 | D |
| Octal | 36 | 61 | 20 | 47 | 0 | 103 | 121 | 137 | 63 | 15 |
| Binary | 11110 | 110001 | 10000 | 100111 | 0 | 1000011 | 1010001 | 1011111 | 110011 | 1101 |
Color Harmonies of #1E3110
Complementary color
Monochromatic Colors of #1E3110
Black with #1E3110
Text Example
Text Example
White with #1E3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3110; }
p { color: rgb(30,49,16); }
H1.HeaderClassName
{
color: #1E3110;
}
.AnyTagClassName
{
color: #1E3110;
}
</style>
background-color css
<style>
a { background-color: #1E3110; }
a { background-color: rgb(30,49,16); }
div.DivClassName
{
background-color: #1E3110;
}
.BgClassName
{
background-color: #1E3110;
}
</style>
border-color css
<style>
span { border-color: #1E3110; }
span { border-color: rgb(30,49,16); }
td.TdClassName
{
border-color: #1E3110;
}
.TagClassName
{
border-color: #1E3110;
}
</style>