Shades of Pine Tree #1E3905
Tints of Pine Tree #1E3905
RGB
CMYK
RGB Variations
Color information
#1E3905 (or 0x1E3905) is known color: Pine Tree. HEX triplet: 1E, 39 and 05. RGB value is (30,57,5). Sum of RGB (Red+Green+Blue) = 30+57+5=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3905 is #E1C6FA. Grayscale: #2B2B2B. Windows color (decimal): -14796539 or 342302. OLE color: 342302.
HSL color Cylindrical-coordinate representation of color #1E3905: hue angle of 91.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E3905 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 5 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.78 |
| HSL | 91.15º | 0.84% | 0.12% | - |
| HSV(B) | 91.15º | 0.91% | 0.22% | - |
| XYZ | 2.03 | 3.21 | 0.66 | - |
| YUV | 43 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 5 | 0.47 | 0 | 0.91 | 0.78 | 91.15 | 0.84 | 0.12 |
| Hex | 1E | 39 | 5 | 2F | 0 | 5B | 4E | 5B | 54 | C |
| Octal | 36 | 71 | 5 | 57 | 0 | 133 | 116 | 133 | 124 | 14 |
| Binary | 11110 | 111001 | 101 | 101111 | 0 | 1011011 | 1001110 | 1011011 | 1010100 | 1100 |
Color Harmonies of #1E3905
Complementary color
Monochromatic Colors of #1E3905
Black with #1E3905
Text Example
Text Example
White with #1E3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3905; }
p { color: rgb(30,57,5); }
H1.HeaderClassName
{
color: #1E3905;
}
.AnyTagClassName
{
color: #1E3905;
}
</style>
background-color css
<style>
a { background-color: #1E3905; }
a { background-color: rgb(30,57,5); }
div.DivClassName
{
background-color: #1E3905;
}
.BgClassName
{
background-color: #1E3905;
}
</style>
border-color css
<style>
span { border-color: #1E3905; }
span { border-color: rgb(30,57,5); }
td.TdClassName
{
border-color: #1E3905;
}
.TagClassName
{
border-color: #1E3905;
}
</style>