Shades of Palm Leaf #2E531A
Tints of Palm Leaf #2E531A
RGB
CMYK
RGB Variations
Color information
#2E531A (or 0x2E531A) is known color: Palm Leaf. HEX triplet: 2E, 53 and 1A. RGB value is (46,83,26). Sum of RGB (Red+Green+Blue) = 46+83+26=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531A is #D1ACE5. Grayscale: #414141. Windows color (decimal): -13741286 or 1725230. OLE color: 1725230.
HSL color Cylindrical-coordinate representation of color #2E531A: hue angle of 98.95º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E531A is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 26 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.67 |
| HSL | 98.95º | 0.52% | 0.21% | - |
| HSV(B) | 98.95º | 0.69% | 0.33% | - |
| XYZ | 4.41 | 6.84 | 2.07 | - |
| YUV | 65.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 26 | 0.45 | 0 | 0.69 | 0.67 | 98.95 | 0.52 | 0.21 |
| Hex | 2E | 53 | 1A | 2D | 0 | 45 | 43 | 63 | 34 | 15 |
| Octal | 56 | 123 | 32 | 55 | 0 | 105 | 103 | 143 | 64 | 25 |
| Binary | 101110 | 1010011 | 11010 | 101101 | 0 | 1000101 | 1000011 | 1100011 | 110100 | 10101 |
Color Harmonies of #2E531A
Complementary color
Monochromatic Colors of #2E531A
Black with #2E531A
Text Example
Text Example
White with #2E531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E531A; }
p { color: rgb(46,83,26); }
H1.HeaderClassName
{
color: #2E531A;
}
.AnyTagClassName
{
color: #2E531A;
}
</style>
background-color css
<style>
a { background-color: #2E531A; }
a { background-color: rgb(46,83,26); }
div.DivClassName
{
background-color: #2E531A;
}
.BgClassName
{
background-color: #2E531A;
}
</style>
border-color css
<style>
span { border-color: #2E531A; }
span { border-color: rgb(46,83,26); }
td.TdClassName
{
border-color: #2E531A;
}
.TagClassName
{
border-color: #2E531A;
}
</style>