#2EA559

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

Shades of Eucalyptus #2EA559

Tints of Eucalyptus #2EA559

Color information

#2EA559 (or 0x2EA559) is unknown color: approx Eucalyptus. HEX triplet: 2E, A5 and 59. RGB value is (46,165,89). Sum of RGB (Red+Green+Blue) = 46+165+89=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA559 is #D15AA6. Grayscale: #787878. Windows color (decimal): -13720231 or 5874990. OLE color: 5874990.

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

Color convert

RGB4616589-
CMYK0.7200.460.35
HSL141.68º56.4%41.37%-
HSV(B)141.68º72.12%64.71%-
XYZ16.3928.2114.03-
YUV120.76110.0874.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 165 (64.84% from 255) = 55%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=15.33%
G=55%
B=29.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165890.7200.460.35141.6856.441.37
Hex2EA5594802E238e3829
Octal56245131110056432167051
Binary1011101010010110110011001000010111010001110001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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