#2E5A1E

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

Shades of Palm Leaf #2E5A1E

Tints of Palm Leaf #2E5A1E

Color information

#2E5A1E (or 0x2E5A1E) is unknown color: approx Palm Leaf. HEX triplet: 2E, 5A and 1E. RGB value is (46,90,30). Sum of RGB (Red+Green+Blue) = 46+90+30=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A1E is #D1A5E1. Grayscale: #464646. Windows color (decimal): -13739490 or 1989166. OLE color: 1989166.

HSL color Cylindrical-coordinate representation of color #2E5A1E: hue angle of 104º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E5A1E is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB469030-
CMYK0.4900.670.65
HSL104º50%23.53%-
HSV(B)104º66.67%35.29%-
XYZ5.027.992.51-
YUV70105.42110.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 90 (35.55% from 255) = 54.22%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=27.71%
G=54.22%
B=18.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4690300.4900.670.651045023.53
Hex2E5A1E3104341683218
Octal56132366101031011506230
Binary101110101101011110110001010000111000001110100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,90,30); }

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

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

 a { background-color: rgb(46,90,30); }

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

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

 span { border-color: rgb(46,90,30); }

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