Shades of Palm Leaf #2E531B
Tints of Palm Leaf #2E531B
RGB
CMYK
RGB Variations
Color information
#2E531B (or 0x2E531B) is known color: Palm Leaf. HEX triplet: 2E, 53 and 1B. RGB value is (46,83,27). Sum of RGB (Red+Green+Blue) = 46+83+27=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531B is #D1ACE4. Grayscale: #414141. Windows color (decimal): -13741285 or 1790766. OLE color: 1790766.
HSL color Cylindrical-coordinate representation of color #2E531B: hue angle of 99.64º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E531B is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 27 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.67 |
| HSL | 99.64º | 0.51% | 0.22% | - |
| HSV(B) | 99.64º | 0.67% | 0.33% | - |
| XYZ | 4.42 | 6.85 | 2.13 | - |
| YUV | 65.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 27 | 0.45 | 0 | 0.67 | 0.67 | 99.64 | 0.51 | 0.22 |
| Hex | 2E | 53 | 1B | 2D | 0 | 43 | 43 | 64 | 33 | 16 |
| Octal | 56 | 123 | 33 | 55 | 0 | 103 | 103 | 144 | 63 | 26 |
| Binary | 101110 | 1010011 | 11011 | 101101 | 0 | 1000011 | 1000011 | 1100100 | 110011 | 10110 |
Color Harmonies of #2E531B
Complementary color
Monochromatic Colors of #2E531B
Black with #2E531B
Text Example
Text Example
White with #2E531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E531B; }
p { color: rgb(46,83,27); }
H1.HeaderClassName
{
color: #2E531B;
}
.AnyTagClassName
{
color: #2E531B;
}
</style>
background-color css
<style>
a { background-color: #2E531B; }
a { background-color: rgb(46,83,27); }
div.DivClassName
{
background-color: #2E531B;
}
.BgClassName
{
background-color: #2E531B;
}
</style>
border-color css
<style>
span { border-color: #2E531B; }
span { border-color: rgb(46,83,27); }
td.TdClassName
{
border-color: #2E531B;
}
.TagClassName
{
border-color: #2E531B;
}
</style>