#2E541A

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

Shades of Palm Leaf #2E541A

Tints of Palm Leaf #2E541A

Color information

#2E541A (or 0x2E541A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 54 and 1A. RGB value is (46,84,26). Sum of RGB (Red+Green+Blue) = 46+84+26=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #2E541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E541A is #D1ABE5. Grayscale: #424242. Windows color (decimal): -13741030 or 1725486. OLE color: 1725486.

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

Color convert

RGB468426-
CMYK0.4500.690.67
HSL99.31º52.73%21.57%-
HSV(B)99.31º69.05%32.94%-
XYZ4.4872.09-
YUV66.03105.41113.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=29.49%
G=53.85%
B=16.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684260.4500.690.6799.3152.7321.57
Hex2E541A2D04543633516
Octal56124325501051031436526
Binary101110101010011010101101010001011000011110001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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