Html Css Color HEX #2EAC82 Jungle Green

📋 copy color: '#2EAC82'

red 46 ◦ green 172 ◦ blue 130

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

Shades of Jungle Green #2EAC82

Tints of Jungle Green #2EAC82

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

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

R = 13.22%
G = 49.43%
B = 37.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#2EAC82 (or 0x2EAC82) is known color: Jungle Green. HEX triplet: 2E, AC and 82. RGB value is (46,172,130). Sum of RGB (Red+Green+Blue) = 46+172+130=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC82 is #D1537D. Grayscale: #818181. Windows color (decimal): -13718398 or 8563758. OLE color: 8563758.

HSL color Cylindrical-coordinate representation of color #2EAC82: hue angle of 160º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC82 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 172 130 -
CMYK 0.73 0 0.24 0.33
HSL 160º 0.58% 0.43% -
HSV(B) 160º 0.73% 0.67% -
XYZ 19.91 31.7 26.19 -
YUV 129.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 46 172 130 0.73 0 0.24 0.33 160 0.58 0.43
Hex 2E AC 82 49 0 18 21 A0 3A 2B
Octal 56 254 202 111 0 30 41 240 72 53
Binary 101110 10101100 10000010 1001001 0 11000 100001 10100000 111010 101011

Color Harmonies of #2EAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC82

Black with #2EAC82

Text Example


Text Example

White with #2EAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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