Shades of Palm Leaf #2E4827
Tints of Palm Leaf #2E4827
RGB
CMYK
RGB Variations
Color information
#2E4827 (or 0x2E4827) is known color: Palm Leaf. HEX triplet: 2E, 48 and 27. RGB value is (46,72,39). Sum of RGB (Red+Green+Blue) = 46+72+39=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4827 is #D1B7D8. Grayscale: #3C3C3C. Windows color (decimal): -13744089 or 2574382. OLE color: 2574382.
HSL color Cylindrical-coordinate representation of color #2E4827: hue angle of 107.27º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4827 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 39 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.72 |
| HSL | 107.27º | 0.3% | 0.22% | - |
| HSV(B) | 107.27º | 0.46% | 0.28% | - |
| XYZ | 3.81 | 5.36 | 2.75 | - |
| YUV | 60.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 39 | 0.36 | 0 | 0.46 | 0.72 | 107.27 | 0.3 | 0.22 |
| Hex | 2E | 48 | 27 | 24 | 0 | 2E | 48 | 6B | 1E | 16 |
| Octal | 56 | 110 | 47 | 44 | 0 | 56 | 110 | 153 | 36 | 26 |
| Binary | 101110 | 1001000 | 100111 | 100100 | 0 | 101110 | 1001000 | 1101011 | 11110 | 10110 |
Color Harmonies of #2E4827
Complementary color
Monochromatic Colors of #2E4827
Black with #2E4827
Text Example
Text Example
White with #2E4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4827; }
p { color: rgb(46,72,39); }
H1.HeaderClassName
{
color: #2E4827;
}
.AnyTagClassName
{
color: #2E4827;
}
</style>
background-color css
<style>
a { background-color: #2E4827; }
a { background-color: rgb(46,72,39); }
div.DivClassName
{
background-color: #2E4827;
}
.BgClassName
{
background-color: #2E4827;
}
</style>
border-color css
<style>
span { border-color: #2E4827; }
span { border-color: rgb(46,72,39); }
td.TdClassName
{
border-color: #2E4827;
}
.TagClassName
{
border-color: #2E4827;
}
</style>