Shades of Pine Tree #1E3008
Tints of Pine Tree #1E3008
RGB
CMYK
RGB Variations
Color information
#1E3008 (or 0x1E3008) is known color: Pine Tree. HEX triplet: 1E, 30 and 08. RGB value is (30,48,8). Sum of RGB (Red+Green+Blue) = 30+48+8=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3008 is #E1CFF7. Grayscale: #262626. Windows color (decimal): -14798840 or 536606. OLE color: 536606.
HSL color Cylindrical-coordinate representation of color #1E3008: hue angle of 87º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E3008 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 8 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.81 |
| HSL | 87º | 0.71% | 0.11% | - |
| HSV(B) | 87º | 0.83% | 0.19% | - |
| XYZ | 1.64 | 2.41 | 0.61 | - |
| YUV | 38.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 8 | 0.37 | 0 | 0.83 | 0.81 | 87 | 0.71 | 0.11 |
| Hex | 1E | 30 | 8 | 25 | 0 | 53 | 51 | 57 | 47 | B |
| Octal | 36 | 60 | 10 | 45 | 0 | 123 | 121 | 127 | 107 | 13 |
| Binary | 11110 | 110000 | 1000 | 100101 | 0 | 1010011 | 1010001 | 1010111 | 1000111 | 1011 |
Color Harmonies of #1E3008
Complementary color
Monochromatic Colors of #1E3008
Black with #1E3008
Text Example
Text Example
White with #1E3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3008; }
p { color: rgb(30,48,8); }
H1.HeaderClassName
{
color: #1E3008;
}
.AnyTagClassName
{
color: #1E3008;
}
</style>
background-color css
<style>
a { background-color: #1E3008; }
a { background-color: rgb(30,48,8); }
div.DivClassName
{
background-color: #1E3008;
}
.BgClassName
{
background-color: #1E3008;
}
</style>
border-color css
<style>
span { border-color: #1E3008; }
span { border-color: rgb(30,48,8); }
td.TdClassName
{
border-color: #1E3008;
}
.TagClassName
{
border-color: #1E3008;
}
</style>