Html Css Color HEX #2EB982 Jungle Green

📋 copy color: '#2EB982'

red 46 ◦ green 185 ◦ blue 130

#2EB982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2EB982

Tints of Jungle Green #2EB982

RGB

 RED value IS 46 (18.36% from 255) = 12.74%

 GREEN value IS 185 (72.66% from 255) = 51.25%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 12.74%
G = 51.25%
B = 36.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#2EB982 (or 0x2EB982) is known color: Jungle Green. HEX triplet: 2E, B9 and 82. RGB value is (46,185,130). Sum of RGB (Red+Green+Blue) = 46+185+130=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB982 is #D1467D. Grayscale: #898989. Windows color (decimal): -13715070 or 8567086. OLE color: 8567086.

HSL color Cylindrical-coordinate representation of color #2EB982: hue angle of 156.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB982 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 130 -
CMYK 0.75 0 0.30 0.27
HSL 156.26º 0.6% 0.45% -
HSV(B) 156.26º 0.75% 0.73% -
XYZ 22.5 36.89 27.05 -
YUV 137.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 46 185 130 0.75 0 0.30 0.27 156.26 0.6 0.45
Hex 2E B9 82 4B 0 1E 1B 9C 3C 2D
Octal 56 271 202 113 0 36 33 234 74 55
Binary 101110 10111001 10000010 1001011 0 11110 11011 10011100 111100 101101

Color Harmonies of #2EB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB982

Black with #2EB982

Text Example


Text Example

White with #2EB982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,130); }

 H1.HeaderClassName
 {
   color: #2EB982;
 }
 .AnyTagClassName
 {
   color: #2EB982;
 }
</style>

background-color css

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

 a { background-color: rgb(46,185,130); }

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

border-color css

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

 span { border-color: rgb(46,185,130); }

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