#2EAC80

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

Shades of Jungle Green #2EAC80

Tints of Jungle Green #2EAC80

Color information

#2EAC80 (or 0x2EAC80) is unknown color: approx Jungle Green. HEX triplet: 2E, AC and 80. RGB value is (46,172,128). Sum of RGB (Red+Green+Blue) = 46+172+128=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC80 is #D1537F. Grayscale: #818181. Windows color (decimal): -13718400 or 8432686. OLE color: 8432686.

HSL color Cylindrical-coordinate representation of color #2EAC80: hue angle of 159.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC80 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB46172128-
CMYK0.7300.260.33
HSL159.05º57.8%42.75%-
HSV(B)159.05º73.26%67.45%-
XYZ19.7831.6425.49-
YUV129.31127.2668.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.29%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=13.29%
G=49.71%
B=36.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461721280.7300.260.33159.0557.842.75
Hex2EAC804901A219f3a2b
Octal56254200111032412377253
Binary1011101010110010000000100100101101010000110011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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