Shades of Palm Leaf #2E5317
Tints of Palm Leaf #2E5317
RGB
CMYK
RGB Variations
Color information
#2E5317 (or 0x2E5317) is known color: Palm Leaf. HEX triplet: 2E, 53 and 17. RGB value is (46,83,23). Sum of RGB (Red+Green+Blue) = 46+83+23=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5317 is #D1ACE8. Grayscale: #414141. Windows color (decimal): -13741289 or 1528622. OLE color: 1528622.
HSL color Cylindrical-coordinate representation of color #2E5317: hue angle of 97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E5317 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 23 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.67 |
| HSL | 97º | 0.57% | 0.21% | - |
| HSV(B) | 97º | 0.72% | 0.33% | - |
| XYZ | 4.37 | 6.83 | 1.9 | - |
| YUV | 65.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 23 | 0.45 | 0 | 0.72 | 0.67 | 97 | 0.57 | 0.21 |
| Hex | 2E | 53 | 17 | 2D | 0 | 48 | 43 | 61 | 39 | 15 |
| Octal | 56 | 123 | 27 | 55 | 0 | 110 | 103 | 141 | 71 | 25 |
| Binary | 101110 | 1010011 | 10111 | 101101 | 0 | 1001000 | 1000011 | 1100001 | 111001 | 10101 |
Color Harmonies of #2E5317
Complementary color
Monochromatic Colors of #2E5317
Black with #2E5317
Text Example
Text Example
White with #2E5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5317; }
p { color: rgb(46,83,23); }
H1.HeaderClassName
{
color: #2E5317;
}
.AnyTagClassName
{
color: #2E5317;
}
</style>
background-color css
<style>
a { background-color: #2E5317; }
a { background-color: rgb(46,83,23); }
div.DivClassName
{
background-color: #2E5317;
}
.BgClassName
{
background-color: #2E5317;
}
</style>
border-color css
<style>
span { border-color: #2E5317; }
span { border-color: rgb(46,83,23); }
td.TdClassName
{
border-color: #2E5317;
}
.TagClassName
{
border-color: #2E5317;
}
</style>