Shades of Pine Tree #1E2617
Tints of Pine Tree #1E2617
RGB
CMYK
RGB Variations
Color information
#1E2617 (or 0x1E2617) is known color: Pine Tree. HEX triplet: 1E, 26 and 17. RGB value is (30,38,23). Sum of RGB (Red+Green+Blue) = 30+38+23=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2617 is #E1D9E8. Grayscale: #212121. Windows color (decimal): -14801385 or 1517086. OLE color: 1517086.
HSL color Cylindrical-coordinate representation of color #1E2617: hue angle of 92º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2617 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 23 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.85 |
| HSL | 92º | 0.25% | 0.12% | - |
| HSV(B) | 92º | 0.39% | 0.15% | - |
| XYZ | 1.38 | 1.72 | 1.07 | - |
| YUV | 33.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 23 | 0.21 | 0 | 0.39 | 0.85 | 92 | 0.25 | 0.12 |
| Hex | 1E | 26 | 17 | 15 | 0 | 27 | 55 | 5C | 19 | C |
| Octal | 36 | 46 | 27 | 25 | 0 | 47 | 125 | 134 | 31 | 14 |
| Binary | 11110 | 100110 | 10111 | 10101 | 0 | 100111 | 1010101 | 1011100 | 11001 | 1100 |
Color Harmonies of #1E2617
Complementary color
Monochromatic Colors of #1E2617
Black with #1E2617
Text Example
Text Example
White with #1E2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2617; }
p { color: rgb(30,38,23); }
H1.HeaderClassName
{
color: #1E2617;
}
.AnyTagClassName
{
color: #1E2617;
}
</style>
background-color css
<style>
a { background-color: #1E2617; }
a { background-color: rgb(30,38,23); }
div.DivClassName
{
background-color: #1E2617;
}
.BgClassName
{
background-color: #1E2617;
}
</style>
border-color css
<style>
span { border-color: #1E2617; }
span { border-color: rgb(30,38,23); }
td.TdClassName
{
border-color: #1E2617;
}
.TagClassName
{
border-color: #1E2617;
}
</style>