#2EA36E

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

Shades of Eucalyptus #2EA36E

Tints of Eucalyptus #2EA36E

Color information

#2EA36E (or 0x2EA36E) is unknown color: approx Eucalyptus. HEX triplet: 2E, A3 and 6E. RGB value is (46,163,110). Sum of RGB (Red+Green+Blue) = 46+163+110=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA36E is #D15C91. Grayscale: #7A7A7A. Windows color (decimal): -13720722 or 7250734. OLE color: 7250734.

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

Color convert

RGB46163110-
CMYK0.7200.330.36
HSL152.82º55.98%40.98%-
HSV(B)152.82º71.78%63.92%-
XYZ17.0427.919.24-
YUV121.98121.2473.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=14.42%
G=51.10%
B=34.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461631100.7200.330.36152.8255.9840.98
Hex2EA36E4802124993829
Octal56243156110041442317051
Binary1011101010001111011101001000010000110010010011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,163,110); }

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

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

 a { background-color: rgb(46,163,110); }

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

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

 span { border-color: rgb(46,163,110); }

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