#2E3E29

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

Shades of Palm Leaf #2E3E29

Tints of Palm Leaf #2E3E29

Color information

#2E3E29 (or 0x2E3E29) is unknown color: approx Palm Leaf. HEX triplet: 2E, 3E and 29. RGB value is (46,62,41). Sum of RGB (Red+Green+Blue) = 46+62+41=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E29 is #D1C1D6. Grayscale: #363636. Windows color (decimal): -13746647 or 2702894. OLE color: 2702894.

HSL color Cylindrical-coordinate representation of color #2E3E29: hue angle of 105.71º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3E29 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB466241-
CMYK0.2600.340.76
HSL105.71º20.39%20.2%-
HSV(B)105.71º33.87%24.31%-
XYZ3.254.192.73-
YUV54.82120.2121.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=30.87%
G=41.61%
B=27.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4662410.2600.340.76105.7120.3920.2
Hex2E3E291A0224C6a1414
Octal567651320421141522424
Binary101110111110101001110100100010100110011010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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