#2EA95A

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

Shades of Eucalyptus #2EA95A

Tints of Eucalyptus #2EA95A

Color information

#2EA95A (or 0x2EA95A) is unknown color: approx Eucalyptus. HEX triplet: 2E, A9 and 5A. RGB value is (46,169,90). Sum of RGB (Red+Green+Blue) = 46+169+90=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA95A is #D156A5. Grayscale: #7B7B7B. Windows color (decimal): -13719206 or 5941550. OLE color: 5941550.

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

Color convert

RGB4616990-
CMYK0.7300.470.34
HSL141.46º57.21%42.16%-
HSV(B)141.46º72.78%66.27%-
XYZ17.1629.6914.5-
YUV123.22109.2572.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 169 (66.41% from 255) = 55.41%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=15.08%
G=55.41%
B=29.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169900.7300.470.34141.4657.2142.16
Hex2EA95A4902F228d392a
Octal56251132111057422157152
Binary1011101010100110110101001001010111110001010001101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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