Shades of Pine Tree #1E3004
Tints of Pine Tree #1E3004
RGB
CMYK
RGB Variations
Color information
#1E3004 (or 0x1E3004) is known color: Pine Tree. HEX triplet: 1E, 30 and 04. RGB value is (30,48,4). Sum of RGB (Red+Green+Blue) = 30+48+4=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3004 is #E1CFFB. Grayscale: #252525. Windows color (decimal): -14798844 or 274462. OLE color: 274462.
HSL color Cylindrical-coordinate representation of color #1E3004: hue angle of 84.55º 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 #1E3004 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 4 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.81 |
| HSL | 84.55º | 0.85% | 0.1% | - |
| HSV(B) | 84.55º | 0.92% | 0.19% | - |
| XYZ | 1.61 | 2.4 | 0.49 | - |
| YUV | 37.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 4 | 0.37 | 0 | 0.92 | 0.81 | 84.55 | 0.85 | 0.1 |
| Hex | 1E | 30 | 4 | 25 | 0 | 5C | 51 | 55 | 55 | A |
| Octal | 36 | 60 | 4 | 45 | 0 | 134 | 121 | 125 | 125 | 12 |
| Binary | 11110 | 110000 | 100 | 100101 | 0 | 1011100 | 1010001 | 1010101 | 1010101 | 1010 |
Color Harmonies of #1E3004
Complementary color
Monochromatic Colors of #1E3004
Black with #1E3004
Text Example
Text Example
White with #1E3004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3004; }
p { color: rgb(30,48,4); }
H1.HeaderClassName
{
color: #1E3004;
}
.AnyTagClassName
{
color: #1E3004;
}
</style>
background-color css
<style>
a { background-color: #1E3004; }
a { background-color: rgb(30,48,4); }
div.DivClassName
{
background-color: #1E3004;
}
.BgClassName
{
background-color: #1E3004;
}
</style>
border-color css
<style>
span { border-color: #1E3004; }
span { border-color: rgb(30,48,4); }
td.TdClassName
{
border-color: #1E3004;
}
.TagClassName
{
border-color: #1E3004;
}
</style>