Shades of Pine Tree #1E3009
Tints of Pine Tree #1E3009
RGB
CMYK
RGB Variations
Color information
#1E3009 (or 0x1E3009) is known color: Pine Tree. HEX triplet: 1E, 30 and 09. RGB value is (30,48,9). Sum of RGB (Red+Green+Blue) = 30+48+9=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3009 is #E1CFF6. Grayscale: #262626. Windows color (decimal): -14798839 or 602142. OLE color: 602142.
HSL color Cylindrical-coordinate representation of color #1E3009: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E3009 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 9 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.81 |
| HSL | 87.69º | 0.68% | 0.11% | - |
| HSV(B) | 87.69º | 0.81% | 0.19% | - |
| XYZ | 1.64 | 2.41 | 0.64 | - |
| YUV | 38.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 9 | 0.37 | 0 | 0.81 | 0.81 | 87.69 | 0.68 | 0.11 |
| Hex | 1E | 30 | 9 | 25 | 0 | 51 | 51 | 58 | 44 | B |
| Octal | 36 | 60 | 11 | 45 | 0 | 121 | 121 | 130 | 104 | 13 |
| Binary | 11110 | 110000 | 1001 | 100101 | 0 | 1010001 | 1010001 | 1011000 | 1000100 | 1011 |
Color Harmonies of #1E3009
Complementary color
Monochromatic Colors of #1E3009
Black with #1E3009
Text Example
Text Example
White with #1E3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3009; }
p { color: rgb(30,48,9); }
H1.HeaderClassName
{
color: #1E3009;
}
.AnyTagClassName
{
color: #1E3009;
}
</style>
background-color css
<style>
a { background-color: #1E3009; }
a { background-color: rgb(30,48,9); }
div.DivClassName
{
background-color: #1E3009;
}
.BgClassName
{
background-color: #1E3009;
}
</style>
border-color css
<style>
span { border-color: #1E3009; }
span { border-color: rgb(30,48,9); }
td.TdClassName
{
border-color: #1E3009;
}
.TagClassName
{
border-color: #1E3009;
}
</style>