Shades of Pine Tree #1E2519
Tints of Pine Tree #1E2519
RGB
CMYK
RGB Variations
Color information
#1E2519 (or 0x1E2519) is known color: Pine Tree. HEX triplet: 1E, 25 and 19. RGB value is (30,37,25). Sum of RGB (Red+Green+Blue) = 30+37+25=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2519 is #E1DAE6. Grayscale: #212121. Windows color (decimal): -14801639 or 1647902. OLE color: 1647902.
HSL color Cylindrical-coordinate representation of color #1E2519: hue angle of 95º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1E2519 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 25 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.85 |
| HSL | 95º | 0.19% | 0.12% | - |
| HSV(B) | 95º | 0.32% | 0.15% | - |
| XYZ | 1.37 | 1.67 | 1.17 | - |
| YUV | 33.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 25 | 0.19 | 0 | 0.32 | 0.85 | 95 | 0.19 | 0.12 |
| Hex | 1E | 25 | 19 | 13 | 0 | 20 | 55 | 5F | 13 | C |
| Octal | 36 | 45 | 31 | 23 | 0 | 40 | 125 | 137 | 23 | 14 |
| Binary | 11110 | 100101 | 11001 | 10011 | 0 | 100000 | 1010101 | 1011111 | 10011 | 1100 |
Color Harmonies of #1E2519
Complementary color
Monochromatic Colors of #1E2519
Black with #1E2519
Text Example
Text Example
White with #1E2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2519; }
p { color: rgb(30,37,25); }
H1.HeaderClassName
{
color: #1E2519;
}
.AnyTagClassName
{
color: #1E2519;
}
</style>
background-color css
<style>
a { background-color: #1E2519; }
a { background-color: rgb(30,37,25); }
div.DivClassName
{
background-color: #1E2519;
}
.BgClassName
{
background-color: #1E2519;
}
</style>
border-color css
<style>
span { border-color: #1E2519; }
span { border-color: rgb(30,37,25); }
td.TdClassName
{
border-color: #1E2519;
}
.TagClassName
{
border-color: #1E2519;
}
</style>