#2EAA59

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

Shades of Eucalyptus #2EAA59

Tints of Eucalyptus #2EAA59

Color information

#2EAA59 (or 0x2EAA59) is unknown color: approx Eucalyptus. HEX triplet: 2E, AA and 59. RGB value is (46,170,89). Sum of RGB (Red+Green+Blue) = 46+170+89=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA59 is #D155A6. Grayscale: #7B7B7B. Windows color (decimal): -13718951 or 5876270. OLE color: 5876270.

HSL color Cylindrical-coordinate representation of color #2EAA59: hue angle of 140.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA59 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB4617089-
CMYK0.7300.480.33
HSL140.81º57.41%42.35%-
HSV(B)140.81º72.94%66.67%-
XYZ17.330.0514.34-
YUV123.69108.4272.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=15.08%
G=55.74%
B=29.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170890.7300.480.33140.8157.4142.35
Hex2EAA5949030218d392a
Octal56252131111060412157152
Binary1011101010101010110011001001011000010000110001101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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