#2EB58C

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

Shades of Jungle Green #2EB58C

Tints of Jungle Green #2EB58C

Color information

#2EB58C (or 0x2EB58C) is unknown color: approx Jungle Green. HEX triplet: 2E, B5 and 8C. RGB value is (46,181,140). Sum of RGB (Red+Green+Blue) = 46+181+140=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB58C is #D14A73. Grayscale: #878787. Windows color (decimal): -13716084 or 9221422. OLE color: 9221422.

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

Color convert

RGB46181140-
CMYK0.7500.230.29
HSL161.78º59.47%44.51%-
HSV(B)161.78º74.59%70.98%-
XYZ22.3835.5230.49-
YUV135.96130.2763.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 181 (71.09% from 255) = 49.32%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=12.53%
G=49.32%
B=38.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461811400.7500.230.29161.7859.4744.51
Hex2EB58C4B0171Da23b2d
Octal56265214113027352427355
Binary101110101101011000110010010110101111110110100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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