#2E4D28

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

Shades of Palm Leaf #2E4D28

Tints of Palm Leaf #2E4D28

Color information

#2E4D28 (or 0x2E4D28) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4D and 28. RGB value is (46,77,40). Sum of RGB (Red+Green+Blue) = 46+77+40=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D28 is #D1B2D7. Grayscale: #3F3F3F. Windows color (decimal): -13742808 or 2641198. OLE color: 2641198.

HSL color Cylindrical-coordinate representation of color #2E4D28: hue angle of 110.27º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4D28 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB467740-
CMYK0.4000.480.70
HSL110.27º31.62%22.94%-
HSV(B)110.27º48.05%30.2%-
XYZ4.166.042.95-
YUV63.51114.73115.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=28.22%
G=47.24%
B=24.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4677400.4000.480.70110.2731.6222.94
Hex2E4D2828030466e2017
Octal5611550500601061564027
Binary101110100110110100010100001100001000110110111010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,40); }

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

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

 a { background-color: rgb(46,77,40); }

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

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

 span { border-color: rgb(46,77,40); }

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