Shades of Pine Tree #1E2715
Tints of Pine Tree #1E2715
RGB
CMYK
RGB Variations
Color information
#1E2715 (or 0x1E2715) is known color: Pine Tree. HEX triplet: 1E, 27 and 15. RGB value is (30,39,21). Sum of RGB (Red+Green+Blue) = 30+39+21=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2715 is #E1D8EA. Grayscale: #222222. Windows color (decimal): -14801131 or 1386270. OLE color: 1386270.
HSL color Cylindrical-coordinate representation of color #1E2715: hue angle of 90º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E2715 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 21 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.85 |
| HSL | 90º | 0.3% | 0.12% | - |
| HSV(B) | 90º | 0.46% | 0.15% | - |
| XYZ | 1.4 | 1.78 | 0.98 | - |
| YUV | 34.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 21 | 0.23 | 0 | 0.46 | 0.85 | 90 | 0.3 | 0.12 |
| Hex | 1E | 27 | 15 | 17 | 0 | 2E | 55 | 5A | 1E | C |
| Octal | 36 | 47 | 25 | 27 | 0 | 56 | 125 | 132 | 36 | 14 |
| Binary | 11110 | 100111 | 10101 | 10111 | 0 | 101110 | 1010101 | 1011010 | 11110 | 1100 |
Color Harmonies of #1E2715
Complementary color
Monochromatic Colors of #1E2715
Black with #1E2715
Text Example
Text Example
White with #1E2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2715; }
p { color: rgb(30,39,21); }
H1.HeaderClassName
{
color: #1E2715;
}
.AnyTagClassName
{
color: #1E2715;
}
</style>
background-color css
<style>
a { background-color: #1E2715; }
a { background-color: rgb(30,39,21); }
div.DivClassName
{
background-color: #1E2715;
}
.BgClassName
{
background-color: #1E2715;
}
</style>
border-color css
<style>
span { border-color: #1E2715; }
span { border-color: rgb(30,39,21); }
td.TdClassName
{
border-color: #1E2715;
}
.TagClassName
{
border-color: #1E2715;
}
</style>