#2EBE85

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

Shades of Jungle Green #2EBE85

Tints of Jungle Green #2EBE85

Color information

#2EBE85 (or 0x2EBE85) is unknown color: approx Jungle Green. HEX triplet: 2E, BE and 85. RGB value is (46,190,133). Sum of RGB (Red+Green+Blue) = 46+190+133=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE85 is #D1417A. Grayscale: #8C8C8C. Windows color (decimal): -13713787 or 8764974. OLE color: 8764974.

HSL color Cylindrical-coordinate representation of color #2EBE85: hue angle of 156.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE85 is Cyan = 0.76, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB46190133-
CMYK0.7600.30.25
HSL156.25º61.02%46.27%-
HSV(B)156.25º75.79%74.51%-
XYZ23.7739.128.48-
YUV140.45123.7960.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.47%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=12.47%
G=51.49%
B=36.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461901330.7600.30.25156.2561.0246.27
Hex2EBE854C01E199c3d2e
Octal56276205114036312347556
Binary101110101111101000010110011000111101100110011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,133); }

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

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

 a { background-color: rgb(46,190,133); }

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

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

 span { border-color: rgb(46,190,133); }

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