#2E4124

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

Shades of Palm Leaf #2E4124

Tints of Palm Leaf #2E4124

Color information

#2E4124 (or 0x2E4124) is unknown color: approx Palm Leaf. HEX triplet: 2E, 41 and 24. RGB value is (46,65,36). Sum of RGB (Red+Green+Blue) = 46+65+36=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4124 is #D1BEDB. Grayscale: #383838. Windows color (decimal): -13745884 or 2375982. OLE color: 2375982.

HSL color Cylindrical-coordinate representation of color #2E4124: hue angle of 99.31º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4124 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB466536-
CMYK0.2900.450.75
HSL99.31º28.71%19.8%-
HSV(B)99.31º44.62%25.49%-
XYZ3.344.492.36-
YUV56.01116.71120.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.29%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=31.29%
G=44.22%
B=24.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665360.2900.450.7599.3128.7119.8
Hex2E41241D02D4B631d14
Octal5610144350551131433524
Binary1011101000001100100111010101101100101111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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