#2EAA84

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

Shades of Jungle Green #2EAA84

Tints of Jungle Green #2EAA84

Color information

#2EAA84 (or 0x2EAA84) is unknown color: approx Jungle Green. HEX triplet: 2E, AA and 84. RGB value is (46,170,132). Sum of RGB (Red+Green+Blue) = 46+170+132=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA84 is #D1557B. Grayscale: #808080. Windows color (decimal): -13718908 or 8694318. OLE color: 8694318.

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

Color convert

RGB46170132-
CMYK0.7300.220.33
HSL161.61º57.41%42.35%-
HSV(B)161.61º72.94%66.67%-
XYZ19.673126.78-
YUV128.59129.9269.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.22%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=13.22%
G=48.85%
B=37.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701320.7300.220.33161.6157.4142.35
Hex2EAA844901621a2392a
Octal56252204111026412427152
Binary1011101010101010000100100100101011010000110100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,132); }

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

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

 a { background-color: rgb(46,170,132); }

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

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

 span { border-color: rgb(46,170,132); }

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