#2EA53D

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

Shades of Fruit Salad #2EA53D

Tints of Fruit Salad #2EA53D

Color information

#2EA53D (or 0x2EA53D) is unknown color: approx Fruit Salad. HEX triplet: 2E, A5 and 3D. RGB value is (46,165,61). Sum of RGB (Red+Green+Blue) = 46+165+61=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA53D is #D15AC2. Grayscale: #757575. Windows color (decimal): -13720259 or 4039982. OLE color: 4039982.

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

Color convert

RGB4616561-
CMYK0.7200.630.35
HSL127.56º56.4%41.37%-
HSV(B)127.56º72.12%64.71%-
XYZ15.4227.838.97-
YUV117.5696.0876.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=16.91%
G=60.66%
B=22.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165610.7200.630.35127.5656.441.37
Hex2EA53D4803F23803829
Octal5624575110077432007051
Binary101110101001011111011001000011111110001110000000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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