#2EA65B

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

Shades of Eucalyptus #2EA65B

Tints of Eucalyptus #2EA65B

Color information

#2EA65B (or 0x2EA65B) is unknown color: approx Eucalyptus. HEX triplet: 2E, A6 and 5B. RGB value is (46,166,91). Sum of RGB (Red+Green+Blue) = 46+166+91=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA65B is #D159A4. Grayscale: #797979. Windows color (decimal): -13719973 or 6006318. OLE color: 6006318.

HSL color Cylindrical-coordinate representation of color #2EA65B: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA65B is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB4616691-
CMYK0.7200.450.35
HSL142.5º56.6%41.57%-
HSV(B)142.5º72.29%65.1%-
XYZ16.6528.6114.54-
YUV121.57110.7474.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 166 (65.23% from 255) = 54.79%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=15.18%
G=54.79%
B=30.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166910.7200.450.35142.556.641.57
Hex2EA65B4802D238e392a
Octal56246133110055432167152
Binary1011101010011010110111001000010110110001110001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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