#2EA75B

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

Shades of Eucalyptus #2EA75B

Tints of Eucalyptus #2EA75B

Color information

#2EA75B (or 0x2EA75B) is unknown color: approx Eucalyptus. HEX triplet: 2E, A7 and 5B. RGB value is (46,167,91). Sum of RGB (Red+Green+Blue) = 46+167+91=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA75B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA75B is #D158A4. Grayscale: #7A7A7A. Windows color (decimal): -13719717 or 6006574. OLE color: 6006574.

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

Color convert

RGB4616791-
CMYK0.7200.460.35
HSL142.31º56.81%41.76%-
HSV(B)142.31º72.46%65.49%-
XYZ16.8328.9714.6-
YUV122.16110.4173.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 167 (65.62% from 255) = 54.93%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=15.13%
G=54.93%
B=29.93%

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
Decimal46167910.7200.460.35142.3156.8141.76
Hex2EA75B4802E238e392a
Octal56247133110056432167152
Binary1011101010011110110111001000010111010001110001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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