#2EA15D

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

Shades of Eucalyptus #2EA15D

Tints of Eucalyptus #2EA15D

Color information

#2EA15D (or 0x2EA15D) is unknown color: approx Eucalyptus. HEX triplet: 2E, A1 and 5D. RGB value is (46,161,93). Sum of RGB (Red+Green+Blue) = 46+161+93=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA15D is #D15EA2. Grayscale: #777777. Windows color (decimal): -13721251 or 6136110. OLE color: 6136110.

HSL color Cylindrical-coordinate representation of color #2EA15D: hue angle of 144.52º 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 #2EA15D is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB4616193-
CMYK0.7100.420.37
HSL144.52º55.56%40.59%-
HSV(B)144.52º71.43%63.14%-
XYZ15.8526.8614.71-
YUV118.86113.476.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 161 (63.28% from 255) = 53.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=15.33%
G=53.67%
B=31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161930.7100.420.37144.5255.5640.59
Hex2EA15D4702A25913829
Octal56241135107052452217051
Binary1011101010000110111011000111010101010010110010001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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