#2EAC7F

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

Shades of Jungle Green #2EAC7F

Tints of Jungle Green #2EAC7F

Color information

#2EAC7F (or 0x2EAC7F) is unknown color: approx Jungle Green. HEX triplet: 2E, AC and 7F. RGB value is (46,172,127). Sum of RGB (Red+Green+Blue) = 46+172+127=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC7F is #D15380. Grayscale: #818181. Windows color (decimal): -13718401 or 8367150. OLE color: 8367150.

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

Color convert

RGB46172127-
CMYK0.7300.260.33
HSL158.57º57.8%42.75%-
HSV(B)158.57º73.26%67.45%-
XYZ19.7131.6225.14-
YUV129.2126.7668.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 127 (50% from 255) = 36.81%
R=13.33%
G=49.86%
B=36.81%

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
Decimal461721270.7300.260.33158.5757.842.75
Hex2EAC7F4901A219f3a2b
Octal56254177111032412377253
Binary101110101011001111111100100101101010000110011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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