#2EB78D

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

Shades of Jungle Green #2EB78D

Tints of Jungle Green #2EB78D

Color information

#2EB78D (or 0x2EB78D) is unknown color: approx Jungle Green. HEX triplet: 2E, B7 and 8D. RGB value is (46,183,141). Sum of RGB (Red+Green+Blue) = 46+183+141=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB78D is #D14872. Grayscale: #898989. Windows color (decimal): -13715571 or 9287470. OLE color: 9287470.

HSL color Cylindrical-coordinate representation of color #2EB78D: hue angle of 161.61º 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 #2EB78D is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB46183141-
CMYK0.7500.230.28
HSL161.61º59.83%44.9%-
HSV(B)161.61º74.86%71.76%-
XYZ22.8736.3731.01-
YUV137.25130.1162.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.43%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=12.43%
G=49.46%
B=38.11%

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
Decimal461831410.7500.230.28161.6159.8344.9
Hex2EB78D4B0171Ca23c2d
Octal56267215113027342427455
Binary101110101101111000110110010110101111110010100010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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