#2EA75A

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

Shades of Eucalyptus #2EA75A

Tints of Eucalyptus #2EA75A

Color information

#2EA75A (or 0x2EA75A) is unknown color: approx Eucalyptus. HEX triplet: 2E, A7 and 5A. RGB value is (46,167,90). Sum of RGB (Red+Green+Blue) = 46+167+90=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA75A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA75A is #D158A5. Grayscale: #7A7A7A. Windows color (decimal): -13719718 or 5941038. OLE color: 5941038.

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

Color convert

RGB4616790-
CMYK0.7200.460.35
HSL141.82º56.81%41.76%-
HSV(B)141.82º72.46%65.49%-
XYZ16.7928.9614.38-
YUV122.04109.9173.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=15.18%
G=55.12%
B=29.70%

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
Decimal46167900.7200.460.35141.8256.8141.76
Hex2EA75A4802E238e392a
Octal56247132110056432167152
Binary1011101010011110110101001000010111010001110001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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