#2EB184

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

Shades of Jungle Green #2EB184

Tints of Jungle Green #2EB184

Color information

#2EB184 (or 0x2EB184) is unknown color: approx Jungle Green. HEX triplet: 2E, B1 and 84. RGB value is (46,177,132). Sum of RGB (Red+Green+Blue) = 46+177+132=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB184 is #D14E7B. Grayscale: #848484. Windows color (decimal): -13717116 or 8696110. OLE color: 8696110.

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

Color convert

RGB46177132-
CMYK0.7400.250.31
HSL159.39º58.74%43.73%-
HSV(B)159.39º74.01%69.41%-
XYZ21.0133.6927.23-
YUV132.7127.666.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=12.96%
G=49.86%
B=37.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771320.7400.250.31159.3958.7443.73
Hex2EB1844A0191F9f3b2c
Octal56261204112031372377354
Binary101110101100011000010010010100110011111110011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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