Shades of Pine Tree #1E3709
Tints of Pine Tree #1E3709
RGB
CMYK
RGB Variations
Color information
#1E3709 (or 0x1E3709) is known color: Pine Tree. HEX triplet: 1E, 37 and 09. RGB value is (30,55,9). Sum of RGB (Red+Green+Blue) = 30+55+9=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3709 is #E1C8F6. Grayscale: #2A2A2A. Windows color (decimal): -14797047 or 603934. OLE color: 603934.
HSL color Cylindrical-coordinate representation of color #1E3709: hue angle of 92.61º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3709 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 9 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.78 |
| HSL | 92.61º | 0.72% | 0.13% | - |
| HSV(B) | 92.61º | 0.84% | 0.22% | - |
| XYZ | 1.95 | 3.03 | 0.74 | - |
| YUV | 42.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 9 | 0.45 | 0 | 0.84 | 0.78 | 92.61 | 0.72 | 0.13 |
| Hex | 1E | 37 | 9 | 2D | 0 | 54 | 4E | 5D | 48 | D |
| Octal | 36 | 67 | 11 | 55 | 0 | 124 | 116 | 135 | 110 | 15 |
| Binary | 11110 | 110111 | 1001 | 101101 | 0 | 1010100 | 1001110 | 1011101 | 1001000 | 1101 |
Color Harmonies of #1E3709
Complementary color
Monochromatic Colors of #1E3709
Black with #1E3709
Text Example
Text Example
White with #1E3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3709; }
p { color: rgb(30,55,9); }
H1.HeaderClassName
{
color: #1E3709;
}
.AnyTagClassName
{
color: #1E3709;
}
</style>
background-color css
<style>
a { background-color: #1E3709; }
a { background-color: rgb(30,55,9); }
div.DivClassName
{
background-color: #1E3709;
}
.BgClassName
{
background-color: #1E3709;
}
</style>
border-color css
<style>
span { border-color: #1E3709; }
span { border-color: rgb(30,55,9); }
td.TdClassName
{
border-color: #1E3709;
}
.TagClassName
{
border-color: #1E3709;
}
</style>