Shades of Palm Leaf #2E532A
Tints of Palm Leaf #2E532A
RGB
CMYK
RGB Variations
Color information
#2E532A (or 0x2E532A) is known color: Palm Leaf. HEX triplet: 2E, 53 and 2A. RGB value is (46,83,42). Sum of RGB (Red+Green+Blue) = 46+83+42=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #2E532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E532A is #D1ACD5. Grayscale: #434343. Windows color (decimal): -13741270 or 2773806. OLE color: 2773806.
HSL color Cylindrical-coordinate representation of color #2E532A: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E532A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 42 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.67 |
| HSL | 114.15º | 0.33% | 0.25% | - |
| HSV(B) | 114.15º | 0.49% | 0.33% | - |
| XYZ | 4.64 | 6.93 | 3.28 | - |
| YUV | 67.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 42 | 0.45 | 0 | 0.49 | 0.67 | 114.15 | 0.33 | 0.25 |
| Hex | 2E | 53 | 2A | 2D | 0 | 31 | 43 | 72 | 21 | 19 |
| Octal | 56 | 123 | 52 | 55 | 0 | 61 | 103 | 162 | 41 | 31 |
| Binary | 101110 | 1010011 | 101010 | 101101 | 0 | 110001 | 1000011 | 1110010 | 100001 | 11001 |
Color Harmonies of #2E532A
Complementary color
Monochromatic Colors of #2E532A
Black with #2E532A
Text Example
Text Example
White with #2E532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E532A; }
p { color: rgb(46,83,42); }
H1.HeaderClassName
{
color: #2E532A;
}
.AnyTagClassName
{
color: #2E532A;
}
</style>
background-color css
<style>
a { background-color: #2E532A; }
a { background-color: rgb(46,83,42); }
div.DivClassName
{
background-color: #2E532A;
}
.BgClassName
{
background-color: #2E532A;
}
</style>
border-color css
<style>
span { border-color: #2E532A; }
span { border-color: rgb(46,83,42); }
td.TdClassName
{
border-color: #2E532A;
}
.TagClassName
{
border-color: #2E532A;
}
</style>