#2E5524

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

Shades of Palm Leaf #2E5524

Tints of Palm Leaf #2E5524

Color information

#2E5524 (or 0x2E5524) is unknown color: approx Palm Leaf. HEX triplet: 2E, 55 and 24. RGB value is (46,85,36). Sum of RGB (Red+Green+Blue) = 46+85+36=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5524 is #D1AADB. Grayscale: #434343. Windows color (decimal): -13740764 or 2381102. OLE color: 2381102.

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

Color convert

RGB468536-
CMYK0.4600.580.67
HSL107.76º40.5%23.73%-
HSV(B)107.76º57.65%33.33%-
XYZ4.697.212.81-
YUV67.75110.08112.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=27.54%
G=50.90%
B=21.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685360.4600.580.67107.7640.523.73
Hex2E55242E03A436c2818
Octal5612544560721031545030
Binary101110101010110010010111001110101000011110110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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