#2EB17C

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

Shades of Jungle Green #2EB17C

Tints of Jungle Green #2EB17C

Color information

#2EB17C (or 0x2EB17C) is unknown color: approx Jungle Green. HEX triplet: 2E, B1 and 7C. RGB value is (46,177,124). Sum of RGB (Red+Green+Blue) = 46+177+124=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB17C is #D14E83. Grayscale: #838383. Windows color (decimal): -13717124 or 8171822. OLE color: 8171822.

HSL color Cylindrical-coordinate representation of color #2EB17C: hue angle of 155.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB17C is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB46177124-
CMYK0.7400.300.31
HSL155.73º58.74%43.73%-
HSV(B)155.73º74.01%69.41%-
XYZ20.4933.4824.45-
YUV131.79123.666.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.26%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=13.26%
G=51.01%
B=35.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771240.7400.300.31155.7358.7443.73
Hex2EB17C4A01E1F9c3b2c
Octal56261174112036372347354
Binary10111010110001111110010010100111101111110011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,124); }

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

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

 a { background-color: rgb(46,177,124); }

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

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

 span { border-color: rgb(46,177,124); }

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