#2EA85A

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

Shades of Eucalyptus #2EA85A

Tints of Eucalyptus #2EA85A

Color information

#2EA85A (or 0x2EA85A) is unknown color: approx Eucalyptus. HEX triplet: 2E, A8 and 5A. RGB value is (46,168,90). Sum of RGB (Red+Green+Blue) = 46+168+90=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA85A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA85A is #D157A5. Grayscale: #7A7A7A. Windows color (decimal): -13719462 or 5941294. OLE color: 5941294.

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

Color convert

RGB4616890-
CMYK0.7300.460.34
HSL141.64º57.01%41.96%-
HSV(B)141.64º72.62%65.88%-
XYZ16.9729.3214.44-
YUV122.63109.5873.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 168 (66.02% from 255) = 55.26%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=15.13%
G=55.26%
B=29.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46168900.7300.460.34141.6457.0141.96
Hex2EA85A4902E228e392a
Octal56250132111056422167152
Binary1011101010100010110101001001010111010001010001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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