Shades of Palm Leaf #2E4A25
Tints of Palm Leaf #2E4A25
RGB
CMYK
RGB Variations
Color information
#2E4A25 (or 0x2E4A25) is known color: Palm Leaf. HEX triplet: 2E, 4A and 25. RGB value is (46,74,37). Sum of RGB (Red+Green+Blue) = 46+74+37=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A25 is #D1B5DA. Grayscale: #3D3D3D. Windows color (decimal): -13743579 or 2443822. OLE color: 2443822.
HSL color Cylindrical-coordinate representation of color #2E4A25: hue angle of 105.41º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E4A25 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 37 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.71 |
| HSL | 105.41º | 0.33% | 0.22% | - |
| HSV(B) | 105.41º | 0.5% | 0.29% | - |
| XYZ | 3.91 | 5.61 | 2.63 | - |
| YUV | 61.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 37 | 0.38 | 0 | 0.50 | 0.71 | 105.41 | 0.33 | 0.22 |
| Hex | 2E | 4A | 25 | 26 | 0 | 32 | 47 | 69 | 21 | 16 |
| Octal | 56 | 112 | 45 | 46 | 0 | 62 | 107 | 151 | 41 | 26 |
| Binary | 101110 | 1001010 | 100101 | 100110 | 0 | 110010 | 1000111 | 1101001 | 100001 | 10110 |
Color Harmonies of #2E4A25
Complementary color
Monochromatic Colors of #2E4A25
Black with #2E4A25
Text Example
Text Example
White with #2E4A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A25; }
p { color: rgb(46,74,37); }
H1.HeaderClassName
{
color: #2E4A25;
}
.AnyTagClassName
{
color: #2E4A25;
}
</style>
background-color css
<style>
a { background-color: #2E4A25; }
a { background-color: rgb(46,74,37); }
div.DivClassName
{
background-color: #2E4A25;
}
.BgClassName
{
background-color: #2E4A25;
}
</style>
border-color css
<style>
span { border-color: #2E4A25; }
span { border-color: rgb(46,74,37); }
td.TdClassName
{
border-color: #2E4A25;
}
.TagClassName
{
border-color: #2E4A25;
}
</style>