Shades of Pine Tree #1E2119
Tints of Pine Tree #1E2119
RGB
CMYK
RGB Variations
Color information
#1E2119 (or 0x1E2119) is known color: Pine Tree. HEX triplet: 1E, 21 and 19. RGB value is (30,33,25). Sum of RGB (Red+Green+Blue) = 30+33+25=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2119 is #E1DEE6. Grayscale: #1F1F1F. Windows color (decimal): -14802663 or 1646878. OLE color: 1646878.
HSL color Cylindrical-coordinate representation of color #1E2119: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1E2119 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 33 | 25 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.87 |
| HSL | 82.5º | 0.14% | 0.11% | - |
| HSV(B) | 82.5º | 0.24% | 0.13% | - |
| XYZ | 1.25 | 1.43 | 1.13 | - |
| YUV | 31.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 25 | 0.09 | 0 | 0.24 | 0.87 | 82.5 | 0.14 | 0.11 |
| Hex | 1E | 21 | 19 | 9 | 0 | 18 | 57 | 52 | E | B |
| Octal | 36 | 41 | 31 | 11 | 0 | 30 | 127 | 122 | 16 | 13 |
| Binary | 11110 | 100001 | 11001 | 1001 | 0 | 11000 | 1010111 | 1010010 | 1110 | 1011 |
Color Harmonies of #1E2119
Complementary color
Monochromatic Colors of #1E2119
Black with #1E2119
Text Example
Text Example
White with #1E2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2119; }
p { color: rgb(30,33,25); }
H1.HeaderClassName
{
color: #1E2119;
}
.AnyTagClassName
{
color: #1E2119;
}
</style>
background-color css
<style>
a { background-color: #1E2119; }
a { background-color: rgb(30,33,25); }
div.DivClassName
{
background-color: #1E2119;
}
.BgClassName
{
background-color: #1E2119;
}
</style>
border-color css
<style>
span { border-color: #1E2119; }
span { border-color: rgb(30,33,25); }
td.TdClassName
{
border-color: #1E2119;
}
.TagClassName
{
border-color: #1E2119;
}
</style>