#2EA56E

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

Shades of Eucalyptus #2EA56E

Tints of Eucalyptus #2EA56E

Color information

#2EA56E (or 0x2EA56E) is unknown color: approx Eucalyptus. HEX triplet: 2E, A5 and 6E. RGB value is (46,165,110). Sum of RGB (Red+Green+Blue) = 46+165+110=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA56E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA56E is #D15A91. Grayscale: #7B7B7B. Windows color (decimal): -13720210 or 7251246. OLE color: 7251246.

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

Color convert

RGB46165110-
CMYK0.7200.330.35
HSL152.27º56.4%41.37%-
HSV(B)152.27º72.12%64.71%-
XYZ17.428.6219.36-
YUV123.15120.5872.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=14.33%
G=51.40%
B=34.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651100.7200.330.35152.2756.441.37
Hex2EA56E4802123983829
Octal56245156110041432307051
Binary1011101010010111011101001000010000110001110011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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