Shades of Palm Leaf #2E6014
Tints of Palm Leaf #2E6014
RGB
CMYK
RGB Variations
Color information
#2E6014 (or 0x2E6014) is known color: Palm Leaf. HEX triplet: 2E, 60 and 14. RGB value is (46,96,20). Sum of RGB (Red+Green+Blue) = 46+96+20=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6014 is #D19FEB. Grayscale: #484848. Windows color (decimal): -13737964 or 1335342. OLE color: 1335342.
HSL color Cylindrical-coordinate representation of color #2E6014: hue angle of 99.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6014 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 20 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.62 |
| HSL | 99.47º | 0.66% | 0.23% | - |
| HSV(B) | 99.47º | 0.79% | 0.38% | - |
| XYZ | 5.44 | 9 | 2.11 | - |
| YUV | 72.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 20 | 0.52 | 0 | 0.79 | 0.62 | 99.47 | 0.66 | 0.23 |
| Hex | 2E | 60 | 14 | 34 | 0 | 4F | 3E | 63 | 42 | 17 |
| Octal | 56 | 140 | 24 | 64 | 0 | 117 | 76 | 143 | 102 | 27 |
| Binary | 101110 | 1100000 | 10100 | 110100 | 0 | 1001111 | 111110 | 1100011 | 1000010 | 10111 |
Color Harmonies of #2E6014
Complementary color
Monochromatic Colors of #2E6014
Black with #2E6014
Text Example
Text Example
White with #2E6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6014; }
p { color: rgb(46,96,20); }
H1.HeaderClassName
{
color: #2E6014;
}
.AnyTagClassName
{
color: #2E6014;
}
</style>
background-color css
<style>
a { background-color: #2E6014; }
a { background-color: rgb(46,96,20); }
div.DivClassName
{
background-color: #2E6014;
}
.BgClassName
{
background-color: #2E6014;
}
</style>
border-color css
<style>
span { border-color: #2E6014; }
span { border-color: rgb(46,96,20); }
td.TdClassName
{
border-color: #2E6014;
}
.TagClassName
{
border-color: #2E6014;
}
</style>