#2E5518

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

Shades of Palm Leaf #2E5518

Tints of Palm Leaf #2E5518

Color information

#2E5518 (or 0x2E5518) is unknown color: approx Palm Leaf. HEX triplet: 2E, 55 and 18. RGB value is (46,85,24). Sum of RGB (Red+Green+Blue) = 46+85+24=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5518 is #D1AAE7. Grayscale: #424242. Windows color (decimal): -13740776 or 1594670. OLE color: 1594670.

HSL color Cylindrical-coordinate representation of color #2E5518: hue angle of 98.36º degrees, saturation: 0.56, 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 #2E5518 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB468524-
CMYK0.4600.720.67
HSL98.36º55.96%21.37%-
HSV(B)98.36º71.76%33.33%-
XYZ4.547.142-
YUV66.38104.08113.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=29.68%
G=54.84%
B=15.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685240.4600.720.6798.3655.9621.37
Hex2E55182E04843623815
Octal56125305601101031427025
Binary101110101010111000101110010010001000011110001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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