Shades of Palm Leaf #2E512A
Tints of Palm Leaf #2E512A
RGB
CMYK
RGB Variations
Color information
#2E512A (or 0x2E512A) is known color: Palm Leaf. HEX triplet: 2E, 51 and 2A. RGB value is (46,81,42). Sum of RGB (Red+Green+Blue) = 46+81+42=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #2E512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E512A is #D1AED5. Grayscale: #424242. Windows color (decimal): -13741782 or 2773294. OLE color: 2773294.
HSL color Cylindrical-coordinate representation of color #2E512A: hue angle of 113.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E512A is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 42 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.68 |
| HSL | 113.85º | 0.32% | 0.24% | - |
| HSV(B) | 113.85º | 0.48% | 0.32% | - |
| XYZ | 4.49 | 6.63 | 3.23 | - |
| YUV | 66.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 42 | 0.43 | 0 | 0.48 | 0.68 | 113.85 | 0.32 | 0.24 |
| Hex | 2E | 51 | 2A | 2B | 0 | 30 | 44 | 72 | 20 | 18 |
| Octal | 56 | 121 | 52 | 53 | 0 | 60 | 104 | 162 | 40 | 30 |
| Binary | 101110 | 1010001 | 101010 | 101011 | 0 | 110000 | 1000100 | 1110010 | 100000 | 11000 |
Color Harmonies of #2E512A
Complementary color
Monochromatic Colors of #2E512A
Black with #2E512A
Text Example
Text Example
White with #2E512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E512A; }
p { color: rgb(46,81,42); }
H1.HeaderClassName
{
color: #2E512A;
}
.AnyTagClassName
{
color: #2E512A;
}
</style>
background-color css
<style>
a { background-color: #2E512A; }
a { background-color: rgb(46,81,42); }
div.DivClassName
{
background-color: #2E512A;
}
.BgClassName
{
background-color: #2E512A;
}
</style>
border-color css
<style>
span { border-color: #2E512A; }
span { border-color: rgb(46,81,42); }
td.TdClassName
{
border-color: #2E512A;
}
.TagClassName
{
border-color: #2E512A;
}
</style>