#2EA25E

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

Shades of Eucalyptus #2EA25E

Tints of Eucalyptus #2EA25E

Color information

#2EA25E (or 0x2EA25E) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 5E. RGB value is (46,162,94). Sum of RGB (Red+Green+Blue) = 46+162+94=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA25E is #D15DA1. Grayscale: #777777. Windows color (decimal): -13720994 or 6201902. OLE color: 6201902.

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

Color convert

RGB4616294-
CMYK0.7200.420.36
HSL144.83º55.77%40.78%-
HSV(B)144.83º71.6%63.53%-
XYZ16.0727.2315-
YUV119.56113.5775.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=15.23%
G=53.64%
B=31.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162940.7200.420.36144.8355.7740.78
Hex2EA25E4802A24913829
Octal56242136110052442217051
Binary1011101010001010111101001000010101010010010010001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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