#2E5516

Color #2E5516 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2E5516

Tints of Palm Leaf #2E5516

Color information

#2E5516 (or 0x2E5516) is unknown color: approx Palm Leaf. HEX triplet: 2E, 55 and 16. RGB value is (46,85,22). Sum of RGB (Red+Green+Blue) = 46+85+22=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5516 is #D1AAE9. Grayscale: #424242. Windows color (decimal): -13740778 or 1463598. OLE color: 1463598.

HSL color Cylindrical-coordinate representation of color #2E5516: hue angle of 97.14º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E5516 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB468522-
CMYK0.4600.740.67
HSL97.14º58.88%20.98%-
HSV(B)97.14º74.12%33.33%-
XYZ4.527.141.9-
YUV66.16103.08113.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=30.07%
G=55.56%
B=14.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685220.4600.740.6797.1458.8820.98
Hex2E55162E04A43613b15
Octal56125265601121031417325
Binary101110101010110110101110010010101000011110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5516; }

 p { color: rgb(46,85,22); }

 H1.HeaderClassName
 {
   color: #2E5516;
 }
 .AnyTagClassName
 {
   color: #2E5516;
 }
</style>
background-color css

<style>
 a { background-color: #2E5516; }

 a { background-color: rgb(46,85,22); }

 div.DivClassName
 {
   background-color: #2E5516;
 }
 .BgClassName
 {
   background-color: #2E5516;
 }
</style>
border-color css

<style>
 span { border-color: #2E5516; }

 span { border-color: rgb(46,85,22); }

 td.TdClassName
 {
   border-color: #2E5516;
 }
 .TagClassName
 {
   border-color: #2E5516;
 }
</style>