#2E5424

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

Shades of Palm Leaf #2E5424

Tints of Palm Leaf #2E5424

Color information

#2E5424 (or 0x2E5424) is unknown color: approx Palm Leaf. HEX triplet: 2E, 54 and 24. RGB value is (46,84,36). Sum of RGB (Red+Green+Blue) = 46+84+36=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5424 is #D1ABDB. Grayscale: #434343. Windows color (decimal): -13741020 or 2380846. OLE color: 2380846.

HSL color Cylindrical-coordinate representation of color #2E5424: hue angle of 107.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E5424 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB468436-
CMYK0.4500.570.67
HSL107.5º40%23.53%-
HSV(B)107.5º57.14%32.94%-
XYZ4.627.052.79-
YUV67.17110.41112.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=27.71%
G=50.60%
B=21.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684360.4500.570.67107.54023.53
Hex2E54242D039436c2818
Octal5612444550711031545030
Binary101110101010010010010110101110011000011110110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,36); }

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

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

 a { background-color: rgb(46,84,36); }

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

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

 span { border-color: rgb(46,84,36); }

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