Shades of Pine Tree #1E2711
Tints of Pine Tree #1E2711
RGB
CMYK
RGB Variations
Color information
#1E2711 (or 0x1E2711) is known color: Pine Tree. HEX triplet: 1E, 27 and 11. RGB value is (30,39,17). Sum of RGB (Red+Green+Blue) = 30+39+17=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2711 is #E1D8EE. Grayscale: #212121. Windows color (decimal): -14801135 or 1124126. OLE color: 1124126.
HSL color Cylindrical-coordinate representation of color #1E2711: hue angle of 84.55º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E2711 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 17 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.85 |
| HSL | 84.55º | 0.39% | 0.11% | - |
| HSV(B) | 84.55º | 0.56% | 0.15% | - |
| XYZ | 1.36 | 1.77 | 0.8 | - |
| YUV | 33.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 17 | 0.23 | 0 | 0.56 | 0.85 | 84.55 | 0.39 | 0.11 |
| Hex | 1E | 27 | 11 | 17 | 0 | 38 | 55 | 55 | 27 | B |
| Octal | 36 | 47 | 21 | 27 | 0 | 70 | 125 | 125 | 47 | 13 |
| Binary | 11110 | 100111 | 10001 | 10111 | 0 | 111000 | 1010101 | 1010101 | 100111 | 1011 |
Color Harmonies of #1E2711
Complementary color
Monochromatic Colors of #1E2711
Black with #1E2711
Text Example
Text Example
White with #1E2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2711; }
p { color: rgb(30,39,17); }
H1.HeaderClassName
{
color: #1E2711;
}
.AnyTagClassName
{
color: #1E2711;
}
</style>
background-color css
<style>
a { background-color: #1E2711; }
a { background-color: rgb(30,39,17); }
div.DivClassName
{
background-color: #1E2711;
}
.BgClassName
{
background-color: #1E2711;
}
</style>
border-color css
<style>
span { border-color: #1E2711; }
span { border-color: rgb(30,39,17); }
td.TdClassName
{
border-color: #1E2711;
}
.TagClassName
{
border-color: #1E2711;
}
</style>