#2EAC79

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

Shades of Jungle Green #2EAC79

Tints of Jungle Green #2EAC79

Color information

#2EAC79 (or 0x2EAC79) is unknown color: approx Jungle Green. HEX triplet: 2E, AC and 79. RGB value is (46,172,121). Sum of RGB (Red+Green+Blue) = 46+172+121=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC79 is #D15386. Grayscale: #808080. Windows color (decimal): -13718407 or 7973934. OLE color: 7973934.

HSL color Cylindrical-coordinate representation of color #2EAC79: hue angle of 155.71º 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 #2EAC79 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB46172121-
CMYK0.7300.300.33
HSL155.71º57.8%42.75%-
HSV(B)155.71º73.26%67.45%-
XYZ19.3331.4723.14-
YUV128.51123.7669.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.57%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=13.57%
G=50.74%
B=35.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461721210.7300.300.33155.7157.842.75
Hex2EAC794901E219c3a2b
Octal56254171111036412347253
Binary101110101011001111001100100101111010000110011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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