Shades of Pine Tree #1E3904
Tints of Pine Tree #1E3904
RGB
CMYK
RGB Variations
Color information
#1E3904 (or 0x1E3904) is known color: Pine Tree. HEX triplet: 1E, 39 and 04. RGB value is (30,57,4). Sum of RGB (Red+Green+Blue) = 30+57+4=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3904 is #E1C6FB. Grayscale: #2B2B2B. Windows color (decimal): -14796540 or 276766. OLE color: 276766.
HSL color Cylindrical-coordinate representation of color #1E3904: hue angle of 90.57º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E3904 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 4 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.78 |
| HSL | 90.57º | 0.87% | 0.12% | - |
| HSV(B) | 90.57º | 0.93% | 0.22% | - |
| XYZ | 2.02 | 3.21 | 0.63 | - |
| YUV | 42.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 4 | 0.47 | 0 | 0.93 | 0.78 | 90.57 | 0.87 | 0.12 |
| Hex | 1E | 39 | 4 | 2F | 0 | 5D | 4E | 5B | 57 | C |
| Octal | 36 | 71 | 4 | 57 | 0 | 135 | 116 | 133 | 127 | 14 |
| Binary | 11110 | 111001 | 100 | 101111 | 0 | 1011101 | 1001110 | 1011011 | 1010111 | 1100 |
Color Harmonies of #1E3904
Complementary color
Monochromatic Colors of #1E3904
Black with #1E3904
Text Example
Text Example
White with #1E3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3904; }
p { color: rgb(30,57,4); }
H1.HeaderClassName
{
color: #1E3904;
}
.AnyTagClassName
{
color: #1E3904;
}
</style>
background-color css
<style>
a { background-color: #1E3904; }
a { background-color: rgb(30,57,4); }
div.DivClassName
{
background-color: #1E3904;
}
.BgClassName
{
background-color: #1E3904;
}
</style>
border-color css
<style>
span { border-color: #1E3904; }
span { border-color: rgb(30,57,4); }
td.TdClassName
{
border-color: #1E3904;
}
.TagClassName
{
border-color: #1E3904;
}
</style>