Shades of Palm Leaf #2E4725
Tints of Palm Leaf #2E4725
RGB
CMYK
RGB Variations
Color information
#2E4725 (or 0x2E4725) is known color: Palm Leaf. HEX triplet: 2E, 47 and 25. RGB value is (46,71,37). Sum of RGB (Red+Green+Blue) = 46+71+37=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4725 is #D1B8DA. Grayscale: #3B3B3B. Windows color (decimal): -13744347 or 2443054. OLE color: 2443054.
HSL color Cylindrical-coordinate representation of color #2E4725: hue angle of 104.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4725 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 37 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.72 |
| HSL | 104.12º | 0.31% | 0.21% | - |
| HSV(B) | 104.12º | 0.48% | 0.28% | - |
| XYZ | 3.71 | 5.22 | 2.56 | - |
| YUV | 59.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 37 | 0.35 | 0 | 0.48 | 0.72 | 104.12 | 0.31 | 0.21 |
| Hex | 2E | 47 | 25 | 23 | 0 | 30 | 48 | 68 | 1F | 15 |
| Octal | 56 | 107 | 45 | 43 | 0 | 60 | 110 | 150 | 37 | 25 |
| Binary | 101110 | 1000111 | 100101 | 100011 | 0 | 110000 | 1001000 | 1101000 | 11111 | 10101 |
Color Harmonies of #2E4725
Complementary color
Monochromatic Colors of #2E4725
Black with #2E4725
Text Example
Text Example
White with #2E4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4725; }
p { color: rgb(46,71,37); }
H1.HeaderClassName
{
color: #2E4725;
}
.AnyTagClassName
{
color: #2E4725;
}
</style>
background-color css
<style>
a { background-color: #2E4725; }
a { background-color: rgb(46,71,37); }
div.DivClassName
{
background-color: #2E4725;
}
.BgClassName
{
background-color: #2E4725;
}
</style>
border-color css
<style>
span { border-color: #2E4725; }
span { border-color: rgb(46,71,37); }
td.TdClassName
{
border-color: #2E4725;
}
.TagClassName
{
border-color: #2E4725;
}
</style>