Shades of Pine Tree #1E3105
Tints of Pine Tree #1E3105
RGB
CMYK
RGB Variations
Color information
#1E3105 (or 0x1E3105) is known color: Pine Tree. HEX triplet: 1E, 31 and 05. RGB value is (30,49,5). Sum of RGB (Red+Green+Blue) = 30+49+5=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3105 is #E1CEFA. Grayscale: #262626. Windows color (decimal): -14798587 or 340254. OLE color: 340254.
HSL color Cylindrical-coordinate representation of color #1E3105: hue angle of 85.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E3105 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 5 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.81 |
| HSL | 85.91º | 0.81% | 0.11% | - |
| HSV(B) | 85.91º | 0.9% | 0.19% | - |
| XYZ | 1.66 | 2.48 | 0.54 | - |
| YUV | 38.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 5 | 0.39 | 0 | 0.90 | 0.81 | 85.91 | 0.81 | 0.11 |
| Hex | 1E | 31 | 5 | 27 | 0 | 5A | 51 | 56 | 51 | B |
| Octal | 36 | 61 | 5 | 47 | 0 | 132 | 121 | 126 | 121 | 13 |
| Binary | 11110 | 110001 | 101 | 100111 | 0 | 1011010 | 1010001 | 1010110 | 1010001 | 1011 |
Color Harmonies of #1E3105
Complementary color
Monochromatic Colors of #1E3105
Black with #1E3105
Text Example
Text Example
White with #1E3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3105; }
p { color: rgb(30,49,5); }
H1.HeaderClassName
{
color: #1E3105;
}
.AnyTagClassName
{
color: #1E3105;
}
</style>
background-color css
<style>
a { background-color: #1E3105; }
a { background-color: rgb(30,49,5); }
div.DivClassName
{
background-color: #1E3105;
}
.BgClassName
{
background-color: #1E3105;
}
</style>
border-color css
<style>
span { border-color: #1E3105; }
span { border-color: rgb(30,49,5); }
td.TdClassName
{
border-color: #1E3105;
}
.TagClassName
{
border-color: #1E3105;
}
</style>