#2EA95B

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

Shades of Eucalyptus #2EA95B

Tints of Eucalyptus #2EA95B

Color information

#2EA95B (or 0x2EA95B) is unknown color: approx Eucalyptus. HEX triplet: 2E, A9 and 5B. RGB value is (46,169,91). Sum of RGB (Red+Green+Blue) = 46+169+91=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA95B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA95B is #D156A4. Grayscale: #7B7B7B. Windows color (decimal): -13719205 or 6007086. OLE color: 6007086.

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

Color convert

RGB4616991-
CMYK0.7300.460.34
HSL141.95º57.21%42.16%-
HSV(B)141.95º72.78%66.27%-
XYZ17.229.7114.73-
YUV123.33109.7572.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 169 (66.41% from 255) = 55.23%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=15.03%
G=55.23%
B=29.74%

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
Decimal46169910.7300.460.34141.9557.2142.16
Hex2EA95B4902E228e392a
Octal56251133111056422167152
Binary1011101010100110110111001001010111010001010001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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