Shades of Palm Leaf #2E501F
Tints of Palm Leaf #2E501F
RGB
CMYK
RGB Variations
Color information
#2E501F (or 0x2E501F) is known color: Palm Leaf. HEX triplet: 2E, 50 and 1F. RGB value is (46,80,31). Sum of RGB (Red+Green+Blue) = 46+80+31=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2E501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E501F is #D1AFE0. Grayscale: #404040. Windows color (decimal): -13742049 or 2052142. OLE color: 2052142.
HSL color Cylindrical-coordinate representation of color #2E501F: hue angle of 101.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E501F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 31 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.69 |
| HSL | 101.63º | 0.44% | 0.22% | - |
| HSV(B) | 101.63º | 0.61% | 0.31% | - |
| XYZ | 4.24 | 6.42 | 2.31 | - |
| YUV | 64.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 31 | 0.42 | 0 | 0.61 | 0.69 | 101.63 | 0.44 | 0.22 |
| Hex | 2E | 50 | 1F | 2A | 0 | 3D | 45 | 66 | 2C | 16 |
| Octal | 56 | 120 | 37 | 52 | 0 | 75 | 105 | 146 | 54 | 26 |
| Binary | 101110 | 1010000 | 11111 | 101010 | 0 | 111101 | 1000101 | 1100110 | 101100 | 10110 |
Color Harmonies of #2E501F
Complementary color
Monochromatic Colors of #2E501F
Black with #2E501F
Text Example
Text Example
White with #2E501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E501F; }
p { color: rgb(46,80,31); }
H1.HeaderClassName
{
color: #2E501F;
}
.AnyTagClassName
{
color: #2E501F;
}
</style>
background-color css
<style>
a { background-color: #2E501F; }
a { background-color: rgb(46,80,31); }
div.DivClassName
{
background-color: #2E501F;
}
.BgClassName
{
background-color: #2E501F;
}
</style>
border-color css
<style>
span { border-color: #2E501F; }
span { border-color: rgb(46,80,31); }
td.TdClassName
{
border-color: #2E501F;
}
.TagClassName
{
border-color: #2E501F;
}
</style>