Html Css Color HEX #2EAC84 Jungle Green

📋 copy color: '#2EAC84'

red 46 ◦ green 172 ◦ blue 132

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

Shades of Jungle Green #2EAC84

Tints of Jungle Green #2EAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 13.14%
G = 49.14%
B = 37.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#2EAC84 (or 0x2EAC84) is known color: Jungle Green. HEX triplet: 2E, AC and 84. RGB value is (46,172,132). Sum of RGB (Red+Green+Blue) = 46+172+132=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC84 is #D1537B. Grayscale: #818181. Windows color (decimal): -13718396 or 8694830. OLE color: 8694830.

HSL color Cylindrical-coordinate representation of color #2EAC84: hue angle of 160.95º 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 #2EAC84 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 172 132 -
CMYK 0.73 0 0.23 0.33
HSL 160.95º 0.58% 0.43% -
HSV(B) 160.95º 0.73% 0.67% -
XYZ 20.04 31.75 26.9 -
YUV 129.77 129.26 68.25 -
System Red Green Blue C M Y K H S L
Decimal 46 172 132 0.73 0 0.23 0.33 160.95 0.58 0.43
Hex 2E AC 84 49 0 17 21 A1 3A 2B
Octal 56 254 204 111 0 27 41 241 72 53
Binary 101110 10101100 10000100 1001001 0 10111 100001 10100001 111010 101011

Color Harmonies of #2EAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC84

Black with #2EAC84

Text Example


Text Example

White with #2EAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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