#2EA784

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

Shades of Jungle Green #2EA784

Tints of Jungle Green #2EA784

Color information

#2EA784 (or 0x2EA784) is unknown color: approx Jungle Green. HEX triplet: 2E, A7 and 84. RGB value is (46,167,132). Sum of RGB (Red+Green+Blue) = 46+167+132=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA784 is #D1587B. Grayscale: #7E7E7E. Windows color (decimal): -13719676 or 8693550. OLE color: 8693550.

HSL color Cylindrical-coordinate representation of color #2EA784: hue angle of 162.64º 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 #2EA784 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB46167132-
CMYK0.7200.210.35
HSL162.64º56.81%41.76%-
HSV(B)162.64º72.46%65.49%-
XYZ19.1129.8826.59-
YUV126.83130.9170.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 167 (65.62% from 255) = 48.41%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=13.33%
G=48.41%
B=38.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671320.7200.210.35162.6456.8141.76
Hex2EA7844801523a3392a
Octal56247204110025432437152
Binary1011101010011110000100100100001010110001110100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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