Html Css Color HEX #2EB582 Jungle Green

📋 copy color: '#2EB582'

red 46 ◦ green 181 ◦ blue 130

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

Shades of Jungle Green #2EB582

Tints of Jungle Green #2EB582

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.7%

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

R = 12.89%
G = 50.7%
B = 36.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#2EB582 (or 0x2EB582) is known color: Jungle Green. HEX triplet: 2E, B5 and 82. RGB value is (46,181,130). Sum of RGB (Red+Green+Blue) = 46+181+130=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB582 is #D14A7D. Grayscale: #868686. Windows color (decimal): -13716094 or 8566062. OLE color: 8566062.

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

Color convert

RGB 46 181 130 -
CMYK 0.75 0 0.28 0.29
HSL 157.33º 0.59% 0.45% -
HSV(B) 157.33º 0.75% 0.71% -
XYZ 21.68 35.24 26.78 -
YUV 134.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 46 181 130 0.75 0 0.28 0.29 157.33 0.59 0.45
Hex 2E B5 82 4B 0 1C 1D 9D 3B 2D
Octal 56 265 202 113 0 34 35 235 73 55
Binary 101110 10110101 10000010 1001011 0 11100 11101 10011101 111011 101101

Color Harmonies of #2EB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB582

Black with #2EB582

Text Example


Text Example

White with #2EB582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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