Shades of Pine Tree #1E2618
Tints of Pine Tree #1E2618
RGB
CMYK
RGB Variations
Color information
#1E2618 (or 0x1E2618) is known color: Pine Tree. HEX triplet: 1E, 26 and 18. RGB value is (30,38,24). Sum of RGB (Red+Green+Blue) = 30+38+24=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2618 is #E1D9E7. Grayscale: #222222. Windows color (decimal): -14801384 or 1582622. OLE color: 1582622.
HSL color Cylindrical-coordinate representation of color #1E2618: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E2618 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 24 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.85 |
| HSL | 94.29º | 0.23% | 0.12% | - |
| HSV(B) | 94.29º | 0.37% | 0.15% | - |
| XYZ | 1.39 | 1.73 | 1.12 | - |
| YUV | 34.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 24 | 0.21 | 0 | 0.37 | 0.85 | 94.29 | 0.23 | 0.12 |
| Hex | 1E | 26 | 18 | 15 | 0 | 25 | 55 | 5E | 17 | C |
| Octal | 36 | 46 | 30 | 25 | 0 | 45 | 125 | 136 | 27 | 14 |
| Binary | 11110 | 100110 | 11000 | 10101 | 0 | 100101 | 1010101 | 1011110 | 10111 | 1100 |
Color Harmonies of #1E2618
Complementary color
Monochromatic Colors of #1E2618
Black with #1E2618
Text Example
Text Example
White with #1E2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2618; }
p { color: rgb(30,38,24); }
H1.HeaderClassName
{
color: #1E2618;
}
.AnyTagClassName
{
color: #1E2618;
}
</style>
background-color css
<style>
a { background-color: #1E2618; }
a { background-color: rgb(30,38,24); }
div.DivClassName
{
background-color: #1E2618;
}
.BgClassName
{
background-color: #1E2618;
}
</style>
border-color css
<style>
span { border-color: #1E2618; }
span { border-color: rgb(30,38,24); }
td.TdClassName
{
border-color: #1E2618;
}
.TagClassName
{
border-color: #1E2618;
}
</style>