#2E541F

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

Shades of Palm Leaf #2E541F

Tints of Palm Leaf #2E541F

Color information

#2E541F (or 0x2E541F) is unknown color: approx Palm Leaf. HEX triplet: 2E, 54 and 1F. RGB value is (46,84,31). Sum of RGB (Red+Green+Blue) = 46+84+31=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2E541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E541F is #D1ABE0. Grayscale: #424242. Windows color (decimal): -13741025 or 2053166. OLE color: 2053166.

HSL color Cylindrical-coordinate representation of color #2E541F: hue angle of 103.02º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E541F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB468431-
CMYK0.4500.630.67
HSL103.02º46.09%22.55%-
HSV(B)103.02º63.1%32.94%-
XYZ4.547.022.41-
YUV66.6107.91113.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=28.57%
G=52.17%
B=19.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684310.4500.630.67103.0246.0922.55
Hex2E541F2D03F43672e17
Octal5612437550771031475627
Binary10111010101001111110110101111111000011110011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,31); }

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

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

 a { background-color: rgb(46,84,31); }

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

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

 span { border-color: rgb(46,84,31); }

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