Shades of Pine Tree #1E2417
Tints of Pine Tree #1E2417
RGB
CMYK
RGB Variations
Color information
#1E2417 (or 0x1E2417) is known color: Pine Tree. HEX triplet: 1E, 24 and 17. RGB value is (30,36,23). Sum of RGB (Red+Green+Blue) = 30+36+23=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2417 is #E1DBE8. Grayscale: #202020. Windows color (decimal): -14801897 or 1516574. OLE color: 1516574.
HSL color Cylindrical-coordinate representation of color #1E2417: hue angle of 87.69º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2417 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 36 | 23 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.86 |
| HSL | 87.69º | 0.22% | 0.12% | - |
| HSV(B) | 87.69º | 0.36% | 0.14% | - |
| XYZ | 1.32 | 1.6 | 1.05 | - |
| YUV | 32.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 23 | 0.17 | 0 | 0.36 | 0.86 | 87.69 | 0.22 | 0.12 |
| Hex | 1E | 24 | 17 | 11 | 0 | 24 | 56 | 58 | 16 | C |
| Octal | 36 | 44 | 27 | 21 | 0 | 44 | 126 | 130 | 26 | 14 |
| Binary | 11110 | 100100 | 10111 | 10001 | 0 | 100100 | 1010110 | 1011000 | 10110 | 1100 |
Color Harmonies of #1E2417
Complementary color
Monochromatic Colors of #1E2417
Black with #1E2417
Text Example
Text Example
White with #1E2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2417; }
p { color: rgb(30,36,23); }
H1.HeaderClassName
{
color: #1E2417;
}
.AnyTagClassName
{
color: #1E2417;
}
</style>
background-color css
<style>
a { background-color: #1E2417; }
a { background-color: rgb(30,36,23); }
div.DivClassName
{
background-color: #1E2417;
}
.BgClassName
{
background-color: #1E2417;
}
</style>
border-color css
<style>
span { border-color: #1E2417; }
span { border-color: rgb(30,36,23); }
td.TdClassName
{
border-color: #1E2417;
}
.TagClassName
{
border-color: #1E2417;
}
</style>