#2E4729

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

Shades of Palm Leaf #2E4729

Tints of Palm Leaf #2E4729

Color information

#2E4729 (or 0x2E4729) is unknown color: approx Palm Leaf. HEX triplet: 2E, 47 and 29. RGB value is (46,71,41). Sum of RGB (Red+Green+Blue) = 46+71+41=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4729 is #D1B8D6. Grayscale: #3C3C3C. Windows color (decimal): -13744343 or 2705198. OLE color: 2705198.

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

Color convert

RGB467141-
CMYK0.3500.420.72
HSL110º26.79%21.96%-
HSV(B)110º42.25%27.84%-
XYZ3.785.252.91-
YUV60.1117.22117.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=29.11%
G=44.94%
B=25.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671410.3500.420.7211026.7921.96
Hex2E47292302A486e1b16
Octal5610751430521101563326
Binary10111010001111010011000110101010100100011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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