#2EA95C

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

Shades of Eucalyptus #2EA95C

Tints of Eucalyptus #2EA95C

Color information

#2EA95C (or 0x2EA95C) is unknown color: approx Eucalyptus. HEX triplet: 2E, A9 and 5C. RGB value is (46,169,92). Sum of RGB (Red+Green+Blue) = 46+169+92=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA95C is #D156A3. Grayscale: #7B7B7B. Windows color (decimal): -13719204 or 6072622. OLE color: 6072622.

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

Color convert

RGB4616992-
CMYK0.7300.460.34
HSL142.44º57.21%42.16%-
HSV(B)142.44º72.78%66.27%-
XYZ17.2529.7314.95-
YUV123.44110.2572.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=14.98%
G=55.05%
B=29.97%

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
Decimal46169920.7300.460.34142.4457.2142.16
Hex2EA95C4902E228e392a
Octal56251134111056422167152
Binary1011101010100110111001001001010111010001010001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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