#2EA55C

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

Shades of Eucalyptus #2EA55C

Tints of Eucalyptus #2EA55C

Color information

#2EA55C (or 0x2EA55C) is unknown color: approx Eucalyptus. HEX triplet: 2E, A5 and 5C. RGB value is (46,165,92). Sum of RGB (Red+Green+Blue) = 46+165+92=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA55C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA55C is #D15AA3. Grayscale: #797979. Windows color (decimal): -13720228 or 6071598. OLE color: 6071598.

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

Color convert

RGB4616592-
CMYK0.7200.440.35
HSL143.19º56.4%41.37%-
HSV(B)143.19º72.12%64.71%-
XYZ16.5128.2614.71-
YUV121.1111.5874.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=15.18%
G=54.46%
B=30.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165920.7200.440.35143.1956.441.37
Hex2EA55C4802C238f3829
Octal56245134110054432177051
Binary1011101010010110111001001000010110010001110001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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