#2E442C

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

Shades of Palm Leaf #2E442C

Tints of Palm Leaf #2E442C

Color information

#2E442C (or 0x2E442C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 44 and 2C. RGB value is (46,68,44). Sum of RGB (Red+Green+Blue) = 46+68+44=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #2E442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E442C is #D1BBD3. Grayscale: #3A3A3A. Windows color (decimal): -13745108 or 2901038. OLE color: 2901038.

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

Color convert

RGB466844-
CMYK0.3200.350.73
HSL115º21.43%21.96%-
HSV(B)115º35.29%26.67%-
XYZ3.654.93.14-
YUV58.69119.71118.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=29.11%
G=43.04%
B=27.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668440.3200.350.7311521.4321.96
Hex2E442C2002349731516
Octal5610454400431111632526
Binary10111010001001011001000000100011100100111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,44); }

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

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

 a { background-color: rgb(46,68,44); }

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

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

 span { border-color: rgb(46,68,44); }

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