#2EA55B

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

Shades of Eucalyptus #2EA55B

Tints of Eucalyptus #2EA55B

Color information

#2EA55B (or 0x2EA55B) is unknown color: approx Eucalyptus. HEX triplet: 2E, A5 and 5B. RGB value is (46,165,91). Sum of RGB (Red+Green+Blue) = 46+165+91=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA55B is #D15AA4. Grayscale: #797979. Windows color (decimal): -13720229 or 6006062. OLE color: 6006062.

HSL color Cylindrical-coordinate representation of color #2EA55B: hue angle of 142.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA55B is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB4616591-
CMYK0.7200.450.35
HSL142.69º56.4%41.37%-
HSV(B)142.69º72.12%64.71%-
XYZ16.4728.2514.48-
YUV120.98111.0874.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=15.23%
G=54.64%
B=30.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165910.7200.450.35142.6956.441.37
Hex2EA55B4802D238f3829
Octal56245133110055432177051
Binary1011101010010110110111001000010110110001110001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,91); }

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

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

 a { background-color: rgb(46,165,91); }

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

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

 span { border-color: rgb(46,165,91); }

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