#2EA55A

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

Shades of Eucalyptus #2EA55A

Tints of Eucalyptus #2EA55A

Color information

#2EA55A (or 0x2EA55A) is unknown color: approx Eucalyptus. HEX triplet: 2E, A5 and 5A. RGB value is (46,165,90). Sum of RGB (Red+Green+Blue) = 46+165+90=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA55A is #D15AA5. Grayscale: #797979. Windows color (decimal): -13720230 or 5940526. OLE color: 5940526.

HSL color Cylindrical-coordinate representation of color #2EA55A: hue angle of 142.18º 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 #2EA55A is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB4616590-
CMYK0.7200.450.35
HSL142.18º56.4%41.37%-
HSV(B)142.18º72.12%64.71%-
XYZ16.4328.2314.26-
YUV120.87110.5874.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=15.28%
G=54.82%
B=29.90%

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
Decimal46165900.7200.450.35142.1856.441.37
Hex2EA55A4802D238e3829
Octal56245132110055432167051
Binary1011101010010110110101001000010110110001110001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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