Shades of Pine Tree #1E2517
Tints of Pine Tree #1E2517
RGB
CMYK
RGB Variations
Color information
#1E2517 (or 0x1E2517) is known color: Pine Tree. HEX triplet: 1E, 25 and 17. RGB value is (30,37,23). Sum of RGB (Red+Green+Blue) = 30+37+23=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2517 is #E1DAE8. Grayscale: #212121. Windows color (decimal): -14801641 or 1516830. OLE color: 1516830.
HSL color Cylindrical-coordinate representation of color #1E2517: hue angle of 90º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E2517 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 23 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.85 |
| HSL | 90º | 0.23% | 0.12% | - |
| HSV(B) | 90º | 0.38% | 0.15% | - |
| XYZ | 1.35 | 1.66 | 1.06 | - |
| YUV | 33.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 23 | 0.19 | 0 | 0.38 | 0.85 | 90 | 0.23 | 0.12 |
| Hex | 1E | 25 | 17 | 13 | 0 | 26 | 55 | 5A | 17 | C |
| Octal | 36 | 45 | 27 | 23 | 0 | 46 | 125 | 132 | 27 | 14 |
| Binary | 11110 | 100101 | 10111 | 10011 | 0 | 100110 | 1010101 | 1011010 | 10111 | 1100 |
Color Harmonies of #1E2517
Complementary color
Monochromatic Colors of #1E2517
Black with #1E2517
Text Example
Text Example
White with #1E2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2517; }
p { color: rgb(30,37,23); }
H1.HeaderClassName
{
color: #1E2517;
}
.AnyTagClassName
{
color: #1E2517;
}
</style>
background-color css
<style>
a { background-color: #1E2517; }
a { background-color: rgb(30,37,23); }
div.DivClassName
{
background-color: #1E2517;
}
.BgClassName
{
background-color: #1E2517;
}
</style>
border-color css
<style>
span { border-color: #1E2517; }
span { border-color: rgb(30,37,23); }
td.TdClassName
{
border-color: #1E2517;
}
.TagClassName
{
border-color: #1E2517;
}
</style>