Shades of Palm Leaf #2E5A10
Tints of Palm Leaf #2E5A10
RGB
CMYK
RGB Variations
Color information
#2E5A10 (or 0x2E5A10) is known color: Palm Leaf. HEX triplet: 2E, 5A and 10. RGB value is (46,90,16). Sum of RGB (Red+Green+Blue) = 46+90+16=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5A10 is #D1A5EF. Grayscale: #444444. Windows color (decimal): -13739504 or 1071662. OLE color: 1071662.
HSL color Cylindrical-coordinate representation of color #2E5A10: hue angle of 95.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5A10 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 16 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.65 |
| HSL | 95.68º | 0.7% | 0.21% | - |
| HSV(B) | 95.68º | 0.82% | 0.35% | - |
| XYZ | 4.88 | 7.93 | 1.76 | - |
| YUV | 68.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 16 | 0.49 | 0 | 0.82 | 0.65 | 95.68 | 0.7 | 0.21 |
| Hex | 2E | 5A | 10 | 31 | 0 | 52 | 41 | 60 | 46 | 15 |
| Octal | 56 | 132 | 20 | 61 | 0 | 122 | 101 | 140 | 106 | 25 |
| Binary | 101110 | 1011010 | 10000 | 110001 | 0 | 1010010 | 1000001 | 1100000 | 1000110 | 10101 |
Color Harmonies of #2E5A10
Complementary color
Monochromatic Colors of #2E5A10
Black with #2E5A10
Text Example
Text Example
White with #2E5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A10; }
p { color: rgb(46,90,16); }
H1.HeaderClassName
{
color: #2E5A10;
}
.AnyTagClassName
{
color: #2E5A10;
}
</style>
background-color css
<style>
a { background-color: #2E5A10; }
a { background-color: rgb(46,90,16); }
div.DivClassName
{
background-color: #2E5A10;
}
.BgClassName
{
background-color: #2E5A10;
}
</style>
border-color css
<style>
span { border-color: #2E5A10; }
span { border-color: rgb(46,90,16); }
td.TdClassName
{
border-color: #2E5A10;
}
.TagClassName
{
border-color: #2E5A10;
}
</style>