#2EC085

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

Shades of Jungle Green #2EC085

Tints of Jungle Green #2EC085

Color information

#2EC085 (or 0x2EC085) is unknown color: approx Jungle Green. HEX triplet: 2E, C0 and 85. RGB value is (46,192,133). Sum of RGB (Red+Green+Blue) = 46+192+133=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC085 is #D13F7A. Grayscale: #8D8D8D. Windows color (decimal): -13713275 or 8765486. OLE color: 8765486.

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

Color convert

RGB46192133-
CMYK0.7600.310.25
HSL155.75º61.34%46.67%-
HSV(B)155.75º76.04%75.29%-
XYZ24.2139.9728.63-
YUV141.62123.1359.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=12.40%
G=51.75%
B=35.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461921330.7600.310.25155.7561.3446.67
Hex2EC0854C01F199c3d2f
Octal56300205114037312347557
Binary101110110000001000010110011000111111100110011100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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