#2EB186

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

Shades of Jungle Green #2EB186

Tints of Jungle Green #2EB186

Color information

#2EB186 (or 0x2EB186) is unknown color: approx Jungle Green. HEX triplet: 2E, B1 and 86. RGB value is (46,177,134). Sum of RGB (Red+Green+Blue) = 46+177+134=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB186 is #D14E79. Grayscale: #848484. Windows color (decimal): -13717114 or 8827182. OLE color: 8827182.

HSL color Cylindrical-coordinate representation of color #2EB186: hue angle of 160.31º 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 #2EB186 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB46177134-
CMYK0.7400.240.31
HSL160.31º58.74%43.73%-
HSV(B)160.31º74.01%69.41%-
XYZ21.1533.7527.95-
YUV132.93128.666-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=12.89%
G=49.58%
B=37.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771340.7400.240.31160.3158.7443.73
Hex2EB1864A0181Fa03b2c
Octal56261206112030372407354
Binary101110101100011000011010010100110001111110100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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