#2EB686

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

Shades of Jungle Green #2EB686

Tints of Jungle Green #2EB686

Color information

#2EB686 (or 0x2EB686) is unknown color: approx Jungle Green. HEX triplet: 2E, B6 and 86. RGB value is (46,182,134). Sum of RGB (Red+Green+Blue) = 46+182+134=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB686 is #D14979. Grayscale: #878787. Windows color (decimal): -13715834 or 8828462. OLE color: 8828462.

HSL color Cylindrical-coordinate representation of color #2EB686: hue angle of 158.82º degrees, saturation: 0.6, 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 #2EB686 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB46182134-
CMYK0.7500.260.29
HSL158.82º59.65%44.71%-
HSV(B)158.82º74.73%71.37%-
XYZ22.1635.7628.29-
YUV135.86126.9463.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=12.71%
G=50.28%
B=37.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821340.7500.260.29158.8259.6544.71
Hex2EB6864B01A1D9f3c2d
Octal56266206113032352377455
Binary101110101101101000011010010110110101110110011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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