#2EB78C

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

Shades of Jungle Green #2EB78C

Tints of Jungle Green #2EB78C

Color information

#2EB78C (or 0x2EB78C) is unknown color: approx Jungle Green. HEX triplet: 2E, B7 and 8C. RGB value is (46,183,140). Sum of RGB (Red+Green+Blue) = 46+183+140=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB78C is #D14873. Grayscale: #898989. Windows color (decimal): -13715572 or 9221934. OLE color: 9221934.

HSL color Cylindrical-coordinate representation of color #2EB78C: hue angle of 161.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB78C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB46183140-
CMYK0.7500.230.28
HSL161.17º59.83%44.9%-
HSV(B)161.17º74.86%71.76%-
XYZ22.7936.3430.62-
YUV137.14129.6163-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.47%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=12.47%
G=49.59%
B=37.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831400.7500.230.28161.1759.8344.9
Hex2EB78C4B0171Ca13c2d
Octal56267214113027342417455
Binary101110101101111000110010010110101111110010100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,140); }

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

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

 a { background-color: rgb(46,183,140); }

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

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

 span { border-color: rgb(46,183,140); }

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