#2EA580

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

Shades of Jungle Green #2EA580

Tints of Jungle Green #2EA580

Color information

#2EA580 (or 0x2EA580) is unknown color: approx Jungle Green. HEX triplet: 2E, A5 and 80. RGB value is (46,165,128). Sum of RGB (Red+Green+Blue) = 46+165+128=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA580 is #D15A7F. Grayscale: #7D7D7D. Windows color (decimal): -13720192 or 8430894. OLE color: 8430894.

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

Color convert

RGB46165128-
CMYK0.7200.220.35
HSL161.34º56.4%41.37%-
HSV(B)161.34º72.12%64.71%-
XYZ18.4829.0525.06-
YUV125.2129.5871.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.57%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=13.57%
G=48.67%
B=37.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651280.7200.220.35161.3456.441.37
Hex2EA5804801623a13829
Octal56245200110026432417051
Binary1011101010010110000000100100001011010001110100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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