Shades of Pine Tree #1E3E04
Tints of Pine Tree #1E3E04
RGB
CMYK
RGB Variations
Color information
#1E3E04 (or 0x1E3E04) is known color: Pine Tree. HEX triplet: 1E, 3E and 04. RGB value is (30,62,4). Sum of RGB (Red+Green+Blue) = 30+62+4=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3E04 is #E1C1FB. Grayscale: #2E2E2E. Windows color (decimal): -14795260 or 278046. OLE color: 278046.
HSL color Cylindrical-coordinate representation of color #1E3E04: hue angle of 93.1º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E3E04 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 4 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.76 |
| HSL | 93.1º | 0.88% | 0.13% | - |
| HSV(B) | 93.1º | 0.94% | 0.24% | - |
| XYZ | 2.28 | 3.73 | 0.71 | - |
| YUV | 45.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 4 | 0.52 | 0 | 0.94 | 0.76 | 93.1 | 0.88 | 0.13 |
| Hex | 1E | 3E | 4 | 34 | 0 | 5E | 4C | 5D | 58 | D |
| Octal | 36 | 76 | 4 | 64 | 0 | 136 | 114 | 135 | 130 | 15 |
| Binary | 11110 | 111110 | 100 | 110100 | 0 | 1011110 | 1001100 | 1011101 | 1011000 | 1101 |
Color Harmonies of #1E3E04
Complementary color
Monochromatic Colors of #1E3E04
Black with #1E3E04
Text Example
Text Example
White with #1E3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E04; }
p { color: rgb(30,62,4); }
H1.HeaderClassName
{
color: #1E3E04;
}
.AnyTagClassName
{
color: #1E3E04;
}
</style>
background-color css
<style>
a { background-color: #1E3E04; }
a { background-color: rgb(30,62,4); }
div.DivClassName
{
background-color: #1E3E04;
}
.BgClassName
{
background-color: #1E3E04;
}
</style>
border-color css
<style>
span { border-color: #1E3E04; }
span { border-color: rgb(30,62,4); }
td.TdClassName
{
border-color: #1E3E04;
}
.TagClassName
{
border-color: #1E3E04;
}
</style>