Shades of Pine Tree #1E3104
Tints of Pine Tree #1E3104
RGB
CMYK
RGB Variations
Color information
#1E3104 (or 0x1E3104) is known color: Pine Tree. HEX triplet: 1E, 31 and 04. RGB value is (30,49,4). Sum of RGB (Red+Green+Blue) = 30+49+4=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3104 is #E1CEFB. Grayscale: #262626. Windows color (decimal): -14798588 or 274718. OLE color: 274718.
HSL color Cylindrical-coordinate representation of color #1E3104: hue angle of 85.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E3104 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 4 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.81 |
| HSL | 85.33º | 0.85% | 0.1% | - |
| HSV(B) | 85.33º | 0.92% | 0.19% | - |
| XYZ | 1.66 | 2.48 | 0.51 | - |
| YUV | 38.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 4 | 0.39 | 0 | 0.92 | 0.81 | 85.33 | 0.85 | 0.1 |
| Hex | 1E | 31 | 4 | 27 | 0 | 5C | 51 | 55 | 55 | A |
| Octal | 36 | 61 | 4 | 47 | 0 | 134 | 121 | 125 | 125 | 12 |
| Binary | 11110 | 110001 | 100 | 100111 | 0 | 1011100 | 1010001 | 1010101 | 1010101 | 1010 |
Color Harmonies of #1E3104
Complementary color
Monochromatic Colors of #1E3104
Black with #1E3104
Text Example
Text Example
White with #1E3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3104; }
p { color: rgb(30,49,4); }
H1.HeaderClassName
{
color: #1E3104;
}
.AnyTagClassName
{
color: #1E3104;
}
</style>
background-color css
<style>
a { background-color: #1E3104; }
a { background-color: rgb(30,49,4); }
div.DivClassName
{
background-color: #1E3104;
}
.BgClassName
{
background-color: #1E3104;
}
</style>
border-color css
<style>
span { border-color: #1E3104; }
span { border-color: rgb(30,49,4); }
td.TdClassName
{
border-color: #1E3104;
}
.TagClassName
{
border-color: #1E3104;
}
</style>