#2EA15F

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

Shades of Eucalyptus #2EA15F

Tints of Eucalyptus #2EA15F

Color information

#2EA15F (or 0x2EA15F) is unknown color: approx Eucalyptus. HEX triplet: 2E, A1 and 5F. RGB value is (46,161,95). Sum of RGB (Red+Green+Blue) = 46+161+95=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA15F is #D15EA0. Grayscale: #777777. Windows color (decimal): -13721249 or 6267182. OLE color: 6267182.

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

Color convert

RGB4616195-
CMYK0.7100.410.37
HSL145.57º55.56%40.59%-
HSV(B)145.57º71.43%63.14%-
XYZ15.9426.915.18-
YUV119.09114.475.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=15.23%
G=53.31%
B=31.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161950.7100.410.37145.5755.5640.59
Hex2EA15F4702925923829
Octal56241137107051452227051
Binary1011101010000110111111000111010100110010110010010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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