Shades of Palm Leaf #2E5622
Tints of Palm Leaf #2E5622
RGB
CMYK
RGB Variations
Color information
#2E5622 (or 0x2E5622) is known color: Palm Leaf. HEX triplet: 2E, 56 and 22. RGB value is (46,86,34). Sum of RGB (Red+Green+Blue) = 46+86+34=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5622 is #D1A9DD. Grayscale: #444444. Windows color (decimal): -13740510 or 2250286. OLE color: 2250286.
HSL color Cylindrical-coordinate representation of color #2E5622: hue angle of 106.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5622 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 34 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.66 |
| HSL | 106.15º | 0.43% | 0.24% | - |
| HSV(B) | 106.15º | 0.6% | 0.34% | - |
| XYZ | 4.74 | 7.35 | 2.68 | - |
| YUV | 68.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 34 | 0.47 | 0 | 0.60 | 0.66 | 106.15 | 0.43 | 0.24 |
| Hex | 2E | 56 | 22 | 2F | 0 | 3C | 42 | 6A | 2B | 18 |
| Octal | 56 | 126 | 42 | 57 | 0 | 74 | 102 | 152 | 53 | 30 |
| Binary | 101110 | 1010110 | 100010 | 101111 | 0 | 111100 | 1000010 | 1101010 | 101011 | 11000 |
Color Harmonies of #2E5622
Complementary color
Monochromatic Colors of #2E5622
Black with #2E5622
Text Example
Text Example
White with #2E5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5622; }
p { color: rgb(46,86,34); }
H1.HeaderClassName
{
color: #2E5622;
}
.AnyTagClassName
{
color: #2E5622;
}
</style>
background-color css
<style>
a { background-color: #2E5622; }
a { background-color: rgb(46,86,34); }
div.DivClassName
{
background-color: #2E5622;
}
.BgClassName
{
background-color: #2E5622;
}
</style>
border-color css
<style>
span { border-color: #2E5622; }
span { border-color: rgb(46,86,34); }
td.TdClassName
{
border-color: #2E5622;
}
.TagClassName
{
border-color: #2E5622;
}
</style>