#2EA15C

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

Shades of Eucalyptus #2EA15C

Tints of Eucalyptus #2EA15C

Color information

#2EA15C (or 0x2EA15C) is unknown color: approx Eucalyptus. HEX triplet: 2E, A1 and 5C. RGB value is (46,161,92). Sum of RGB (Red+Green+Blue) = 46+161+92=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA15C is #D15EA3. Grayscale: #767676. Windows color (decimal): -13721252 or 6070574. OLE color: 6070574.

HSL color Cylindrical-coordinate representation of color #2EA15C: hue angle of 144º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA15C is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB4616192-
CMYK0.7100.430.37
HSL144º55.56%40.59%-
HSV(B)144º71.43%63.14%-
XYZ15.826.8414.47-
YUV118.75112.976.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 161 (63.28% from 255) = 53.85%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=15.38%
G=53.85%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161920.7100.430.3714455.5640.59
Hex2EA15C4702B25903829
Octal56241134107053452207051
Binary1011101010000110111001000111010101110010110010000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,161,92); }

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

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

 a { background-color: rgb(46,161,92); }

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

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

 span { border-color: rgb(46,161,92); }

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