#2EA764

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

Shades of Eucalyptus #2EA764

Tints of Eucalyptus #2EA764

Color information

#2EA764 (or 0x2EA764) is unknown color: approx Eucalyptus. HEX triplet: 2E, A7 and 64. RGB value is (46,167,100). Sum of RGB (Red+Green+Blue) = 46+167+100=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA764 is #D1589B. Grayscale: #7B7B7B. Windows color (decimal): -13719708 or 6596398. OLE color: 6596398.

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

Color convert

RGB46167100-
CMYK0.7200.400.35
HSL146.78º56.81%41.76%-
HSV(B)146.78º72.46%65.49%-
XYZ17.2529.1416.77-
YUV123.18114.9172.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 167 (65.62% from 255) = 53.35%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=14.70%
G=53.35%
B=31.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671000.7200.400.35146.7856.8141.76
Hex2EA764480282393392a
Octal56247144110050432237152
Binary1011101010011111001001001000010100010001110010011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,100); }

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

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

 a { background-color: rgb(46,167,100); }

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

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

 span { border-color: rgb(46,167,100); }

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