#2EAA7E

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

Shades of Jungle Green #2EAA7E

Tints of Jungle Green #2EAA7E

Color information

#2EAA7E (or 0x2EAA7E) is unknown color: approx Jungle Green. HEX triplet: 2E, AA and 7E. RGB value is (46,170,126). Sum of RGB (Red+Green+Blue) = 46+170+126=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA7E is #D15581. Grayscale: #7F7F7F. Windows color (decimal): -13718914 or 8301102. OLE color: 8301102.

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

Color convert

RGB46170126-
CMYK0.7300.260.33
HSL158.71º57.41%42.35%-
HSV(B)158.71º72.94%66.67%-
XYZ19.2730.8424.68-
YUV127.91126.9269.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=13.45%
G=49.71%
B=36.84%

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
Decimal461701260.7300.260.33158.7157.4142.35
Hex2EAA7E4901A219f392a
Octal56252176111032412377152
Binary101110101010101111110100100101101010000110011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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