#2E4728

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

Shades of Palm Leaf #2E4728

Tints of Palm Leaf #2E4728

Color information

#2E4728 (or 0x2E4728) is unknown color: approx Palm Leaf. HEX triplet: 2E, 47 and 28. RGB value is (46,71,40). Sum of RGB (Red+Green+Blue) = 46+71+40=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4728 is #D1B8D7. Grayscale: #3C3C3C. Windows color (decimal): -13744344 or 2639662. OLE color: 2639662.

HSL color Cylindrical-coordinate representation of color #2E4728: hue angle of 108.39º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E4728 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB467140-
CMYK0.3500.440.72
HSL108.39º27.93%21.76%-
HSV(B)108.39º43.66%27.84%-
XYZ3.765.242.82-
YUV59.99116.72118.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=29.30%
G=45.22%
B=25.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671400.3500.440.72108.3927.9321.76
Hex2E47282302C486c1c16
Octal5610750430541101543426
Binary10111010001111010001000110101100100100011011001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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