#2E561A

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

Shades of Palm Leaf #2E561A

Tints of Palm Leaf #2E561A

Color information

#2E561A (or 0x2E561A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 56 and 1A. RGB value is (46,86,26). Sum of RGB (Red+Green+Blue) = 46+86+26=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #2E561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E561A is #D1A9E5. Grayscale: #434343. Windows color (decimal): -13740518 or 1725998. OLE color: 1725998.

HSL color Cylindrical-coordinate representation of color #2E561A: hue angle of 100º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E561A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB468626-
CMYK0.4700.700.66
HSL100º53.57%21.96%-
HSV(B)100º69.77%33.73%-
XYZ4.647.312.14-
YUV67.2104.75112.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=29.11%
G=54.43%
B=16.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4686260.4700.700.6610053.5721.96
Hex2E561A2F04642643616
Octal56126325701061021446626
Binary101110101011011010101111010001101000010110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,26); }

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

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

 a { background-color: rgb(46,86,26); }

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

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

 span { border-color: rgb(46,86,26); }

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