Shades of Pine Tree #1E3B04
Tints of Pine Tree #1E3B04
RGB
CMYK
RGB Variations
Color information
#1E3B04 (or 0x1E3B04) is known color: Pine Tree. HEX triplet: 1E, 3B and 04. RGB value is (30,59,4). Sum of RGB (Red+Green+Blue) = 30+59+4=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3B04 is #E1C4FB. Grayscale: #2C2C2C. Windows color (decimal): -14796028 or 277278. OLE color: 277278.
HSL color Cylindrical-coordinate representation of color #1E3B04: hue angle of 91.64º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E3B04 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 59 | 4 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.77 |
| HSL | 91.64º | 0.87% | 0.12% | - |
| HSV(B) | 91.64º | 0.93% | 0.23% | - |
| XYZ | 2.12 | 3.41 | 0.66 | - |
| YUV | 44.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 4 | 0.49 | 0 | 0.93 | 0.77 | 91.64 | 0.87 | 0.12 |
| Hex | 1E | 3B | 4 | 31 | 0 | 5D | 4D | 5C | 57 | C |
| Octal | 36 | 73 | 4 | 61 | 0 | 135 | 115 | 134 | 127 | 14 |
| Binary | 11110 | 111011 | 100 | 110001 | 0 | 1011101 | 1001101 | 1011100 | 1010111 | 1100 |
Color Harmonies of #1E3B04
Complementary color
Monochromatic Colors of #1E3B04
Black with #1E3B04
Text Example
Text Example
White with #1E3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B04; }
p { color: rgb(30,59,4); }
H1.HeaderClassName
{
color: #1E3B04;
}
.AnyTagClassName
{
color: #1E3B04;
}
</style>
background-color css
<style>
a { background-color: #1E3B04; }
a { background-color: rgb(30,59,4); }
div.DivClassName
{
background-color: #1E3B04;
}
.BgClassName
{
background-color: #1E3B04;
}
</style>
border-color css
<style>
span { border-color: #1E3B04; }
span { border-color: rgb(30,59,4); }
td.TdClassName
{
border-color: #1E3B04;
}
.TagClassName
{
border-color: #1E3B04;
}
</style>