#2EA67A

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

Shades of Jungle Green #2EA67A

Tints of Jungle Green #2EA67A

Color information

#2EA67A (or 0x2EA67A) is unknown color: approx Jungle Green. HEX triplet: 2E, A6 and 7A. RGB value is (46,166,122). Sum of RGB (Red+Green+Blue) = 46+166+122=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA67A is #D15985. Grayscale: #7D7D7D. Windows color (decimal): -13719942 or 8037934. OLE color: 8037934.

HSL color Cylindrical-coordinate representation of color #2EA67A: hue angle of 158º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA67A is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB46166122-
CMYK0.7200.270.35
HSL158º56.6%41.57%-
HSV(B)158º72.29%65.1%-
XYZ18.2829.2623.1-
YUV125.1126.2471.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.77%
GREEN value IS 166 (65.23% from 255) = 49.70%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=13.77%
G=49.70%
B=36.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461661220.7200.270.3515856.641.57
Hex2EA67A4801B239e392a
Octal56246172110033432367152
Binary101110101001101111010100100001101110001110011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,122); }

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

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

 a { background-color: rgb(46,166,122); }

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

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

 span { border-color: rgb(46,166,122); }

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