#2E4C27

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

Shades of Palm Leaf #2E4C27

Tints of Palm Leaf #2E4C27

Color information

#2E4C27 (or 0x2E4C27) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4C and 27. RGB value is (46,76,39). Sum of RGB (Red+Green+Blue) = 46+76+39=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C27 is #D1B3D8. Grayscale: #3E3E3E. Windows color (decimal): -13743065 or 2575406. OLE color: 2575406.

HSL color Cylindrical-coordinate representation of color #2E4C27: hue angle of 108.65º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E4C27 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB467639-
CMYK0.3900.490.70
HSL108.65º32.17%22.55%-
HSV(B)108.65º48.68%29.8%-
XYZ4.085.92.84-
YUV62.81114.56116.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=28.57%
G=47.20%
B=24.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676390.3900.490.70108.6532.1722.55
Hex2E4C2727031466d2017
Octal5611447470611061554027
Binary101110100110010011110011101100011000110110110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,39); }

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

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

 a { background-color: rgb(46,76,39); }

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

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

 span { border-color: rgb(46,76,39); }

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