Shades of Pine Tree #1E3C05
Tints of Pine Tree #1E3C05
RGB
CMYK
RGB Variations
Color information
#1E3C05 (or 0x1E3C05) is known color: Pine Tree. HEX triplet: 1E, 3C and 05. RGB value is (30,60,5). Sum of RGB (Red+Green+Blue) = 30+60+5=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3C05 is #E1C3FA. Grayscale: #2C2C2C. Windows color (decimal): -14795771 or 343070. OLE color: 343070.
HSL color Cylindrical-coordinate representation of color #1E3C05: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E3C05 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 5 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.76 |
| HSL | 92.73º | 0.85% | 0.13% | - |
| HSV(B) | 92.73º | 0.92% | 0.24% | - |
| XYZ | 2.18 | 3.52 | 0.71 | - |
| YUV | 44.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 5 | 0.50 | 0 | 0.92 | 0.76 | 92.73 | 0.85 | 0.13 |
| Hex | 1E | 3C | 5 | 32 | 0 | 5C | 4C | 5D | 55 | D |
| Octal | 36 | 74 | 5 | 62 | 0 | 134 | 114 | 135 | 125 | 15 |
| Binary | 11110 | 111100 | 101 | 110010 | 0 | 1011100 | 1001100 | 1011101 | 1010101 | 1101 |
Color Harmonies of #1E3C05
Complementary color
Monochromatic Colors of #1E3C05
Black with #1E3C05
Text Example
Text Example
White with #1E3C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C05; }
p { color: rgb(30,60,5); }
H1.HeaderClassName
{
color: #1E3C05;
}
.AnyTagClassName
{
color: #1E3C05;
}
</style>
background-color css
<style>
a { background-color: #1E3C05; }
a { background-color: rgb(30,60,5); }
div.DivClassName
{
background-color: #1E3C05;
}
.BgClassName
{
background-color: #1E3C05;
}
</style>
border-color css
<style>
span { border-color: #1E3C05; }
span { border-color: rgb(30,60,5); }
td.TdClassName
{
border-color: #1E3C05;
}
.TagClassName
{
border-color: #1E3C05;
}
</style>