Shades of Palm Leaf #2E5316
Tints of Palm Leaf #2E5316
RGB
CMYK
RGB Variations
Color information
#2E5316 (or 0x2E5316) is known color: Palm Leaf. HEX triplet: 2E, 53 and 16. RGB value is (46,83,22). Sum of RGB (Red+Green+Blue) = 46+83+22=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5316 is #D1ACE9. Grayscale: #414141. Windows color (decimal): -13741290 or 1463086. OLE color: 1463086.
HSL color Cylindrical-coordinate representation of color #2E5316: hue angle of 96.39º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5316 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 22 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.67 |
| HSL | 96.39º | 0.58% | 0.21% | - |
| HSV(B) | 96.39º | 0.73% | 0.33% | - |
| XYZ | 4.36 | 6.83 | 1.85 | - |
| YUV | 64.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 22 | 0.45 | 0 | 0.73 | 0.67 | 96.39 | 0.58 | 0.21 |
| Hex | 2E | 53 | 16 | 2D | 0 | 49 | 43 | 60 | 3A | 15 |
| Octal | 56 | 123 | 26 | 55 | 0 | 111 | 103 | 140 | 72 | 25 |
| Binary | 101110 | 1010011 | 10110 | 101101 | 0 | 1001001 | 1000011 | 1100000 | 111010 | 10101 |
Color Harmonies of #2E5316
Complementary color
Monochromatic Colors of #2E5316
Black with #2E5316
Text Example
Text Example
White with #2E5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5316; }
p { color: rgb(46,83,22); }
H1.HeaderClassName
{
color: #2E5316;
}
.AnyTagClassName
{
color: #2E5316;
}
</style>
background-color css
<style>
a { background-color: #2E5316; }
a { background-color: rgb(46,83,22); }
div.DivClassName
{
background-color: #2E5316;
}
.BgClassName
{
background-color: #2E5316;
}
</style>
border-color css
<style>
span { border-color: #2E5316; }
span { border-color: rgb(46,83,22); }
td.TdClassName
{
border-color: #2E5316;
}
.TagClassName
{
border-color: #2E5316;
}
</style>