Shades of Palm Leaf #2E5825
Tints of Palm Leaf #2E5825
RGB
CMYK
RGB Variations
Color information
#2E5825 (or 0x2E5825) is known color: Palm Leaf. HEX triplet: 2E, 58 and 25. RGB value is (46,88,37). Sum of RGB (Red+Green+Blue) = 46+88+37=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5825 is #D1A7DA. Grayscale: #454545. Windows color (decimal): -13739995 or 2447406. OLE color: 2447406.
HSL color Cylindrical-coordinate representation of color #2E5825: hue angle of 109.41º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E5825 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 37 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.65 |
| HSL | 109.41º | 0.41% | 0.25% | - |
| HSV(B) | 109.41º | 0.58% | 0.35% | - |
| XYZ | 4.95 | 7.69 | 2.97 | - |
| YUV | 69.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 37 | 0.48 | 0 | 0.58 | 0.65 | 109.41 | 0.41 | 0.25 |
| Hex | 2E | 58 | 25 | 30 | 0 | 3A | 41 | 6D | 29 | 19 |
| Octal | 56 | 130 | 45 | 60 | 0 | 72 | 101 | 155 | 51 | 31 |
| Binary | 101110 | 1011000 | 100101 | 110000 | 0 | 111010 | 1000001 | 1101101 | 101001 | 11001 |
Color Harmonies of #2E5825
Complementary color
Monochromatic Colors of #2E5825
Black with #2E5825
Text Example
Text Example
White with #2E5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5825; }
p { color: rgb(46,88,37); }
H1.HeaderClassName
{
color: #2E5825;
}
.AnyTagClassName
{
color: #2E5825;
}
</style>
background-color css
<style>
a { background-color: #2E5825; }
a { background-color: rgb(46,88,37); }
div.DivClassName
{
background-color: #2E5825;
}
.BgClassName
{
background-color: #2E5825;
}
</style>
border-color css
<style>
span { border-color: #2E5825; }
span { border-color: rgb(46,88,37); }
td.TdClassName
{
border-color: #2E5825;
}
.TagClassName
{
border-color: #2E5825;
}
</style>