#2E571C

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

Shades of Palm Leaf #2E571C

Tints of Palm Leaf #2E571C

Color information

#2E571C (or 0x2E571C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 57 and 1C. RGB value is (46,87,28). Sum of RGB (Red+Green+Blue) = 46+87+28=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #2E571C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E571C is #D1A8E3. Grayscale: #444444. Windows color (decimal): -13740260 or 1857326. OLE color: 1857326.

HSL color Cylindrical-coordinate representation of color #2E571C: hue angle of 101.69º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E571C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB468728-
CMYK0.4700.680.66
HSL101.69º51.3%22.55%-
HSV(B)101.69º67.82%34.12%-
XYZ4.747.482.29-
YUV68.01105.42112.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=28.57%
G=54.04%
B=17.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687280.4700.680.66101.6951.322.55
Hex2E571C2F04442663317
Octal56127345701041021466327
Binary101110101011111100101111010001001000010110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,28); }

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

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

 a { background-color: rgb(46,87,28); }

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

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

 span { border-color: rgb(46,87,28); }

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