#2E4428

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

Shades of Palm Leaf #2E4428

Tints of Palm Leaf #2E4428

Color information

#2E4428 (or 0x2E4428) is unknown color: approx Palm Leaf. HEX triplet: 2E, 44 and 28. RGB value is (46,68,40). Sum of RGB (Red+Green+Blue) = 46+68+40=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4428 is #D1BBD7. Grayscale: #3A3A3A. Windows color (decimal): -13745112 or 2638894. OLE color: 2638894.

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

Color convert

RGB466840-
CMYK0.3200.410.73
HSL107.14º25.93%21.18%-
HSV(B)107.14º41.18%26.67%-
XYZ3.584.872.76-
YUV58.23117.71119.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=29.87%
G=44.16%
B=25.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668400.3200.410.73107.1425.9321.18
Hex2E442820029496b1a15
Octal5610450400511111533225
Binary10111010001001010001000000101001100100111010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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