#2E4E2C

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

Shades of Palm Leaf #2E4E2C

Tints of Palm Leaf #2E4E2C

Color information

#2E4E2C (or 0x2E4E2C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4E and 2C. RGB value is (46,78,44). Sum of RGB (Red+Green+Blue) = 46+78+44=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E2C is #D1B1D3. Grayscale: #404040. Windows color (decimal): -13742548 or 2903598. OLE color: 2903598.

HSL color Cylindrical-coordinate representation of color #2E4E2C: hue angle of 116.47º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E4E2C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB467844-
CMYK0.4100.440.69
HSL116.47º27.87%23.92%-
HSV(B)116.47º43.59%30.59%-
XYZ4.316.213.35-
YUV64.56116.4114.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=27.38%
G=46.43%
B=26.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4678440.4100.440.69116.4727.8723.92
Hex2E4E2C2902C45741c18
Octal5611654510541051643430
Binary10111010011101011001010010101100100010111101001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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