#2EA25A

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

Shades of Eucalyptus #2EA25A

Tints of Eucalyptus #2EA25A

Color information

#2EA25A (or 0x2EA25A) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 5A. RGB value is (46,162,90). Sum of RGB (Red+Green+Blue) = 46+162+90=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA25A is #D15DA5. Grayscale: #777777. Windows color (decimal): -13720998 or 5939758. OLE color: 5939758.

HSL color Cylindrical-coordinate representation of color #2EA25A: hue angle of 142.76º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA25A is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB4616290-
CMYK0.7200.440.36
HSL142.76º55.77%40.78%-
HSV(B)142.76º71.6%63.53%-
XYZ15.8927.1614.08-
YUV119.11111.5775.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=15.44%
G=54.36%
B=30.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162900.7200.440.36142.7655.7740.78
Hex2EA25A4802C248f3829
Octal56242132110054442177051
Binary1011101010001010110101001000010110010010010001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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