Shades of Palm Leaf #2E5F0F
Tints of Palm Leaf #2E5F0F
RGB
CMYK
RGB Variations
Color information
#2E5F0F (or 0x2E5F0F) is known color: Palm Leaf. HEX triplet: 2E, 5F and 0F. RGB value is (46,95,15). Sum of RGB (Red+Green+Blue) = 46+95+15=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5F0F is #D1A0F0. Grayscale: #474747. Windows color (decimal): -13738225 or 1007406. OLE color: 1007406.
HSL color Cylindrical-coordinate representation of color #2E5F0F: hue angle of 96.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E5F0F is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 95 | 15 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.63 |
| HSL | 96.75º | 0.73% | 0.22% | - |
| HSV(B) | 96.75º | 0.84% | 0.37% | - |
| XYZ | 5.31 | 8.8 | 1.87 | - |
| YUV | 71.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 15 | 0.52 | 0 | 0.84 | 0.63 | 96.75 | 0.73 | 0.22 |
| Hex | 2E | 5F | F | 34 | 0 | 54 | 3F | 61 | 49 | 16 |
| Octal | 56 | 137 | 17 | 64 | 0 | 124 | 77 | 141 | 111 | 26 |
| Binary | 101110 | 1011111 | 1111 | 110100 | 0 | 1010100 | 111111 | 1100001 | 1001001 | 10110 |
Color Harmonies of #2E5F0F
Complementary color
Monochromatic Colors of #2E5F0F
Black with #2E5F0F
Text Example
Text Example
White with #2E5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5F0F; }
p { color: rgb(46,95,15); }
H1.HeaderClassName
{
color: #2E5F0F;
}
.AnyTagClassName
{
color: #2E5F0F;
}
</style>
background-color css
<style>
a { background-color: #2E5F0F; }
a { background-color: rgb(46,95,15); }
div.DivClassName
{
background-color: #2E5F0F;
}
.BgClassName
{
background-color: #2E5F0F;
}
</style>
border-color css
<style>
span { border-color: #2E5F0F; }
span { border-color: rgb(46,95,15); }
td.TdClassName
{
border-color: #2E5F0F;
}
.TagClassName
{
border-color: #2E5F0F;
}
</style>