Html Css Color HEX #2EAC88 Jungle Green

📋 copy color: '#2EAC88'

red 46 ◦ green 172 ◦ blue 136

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

Shades of Jungle Green #2EAC88

Tints of Jungle Green #2EAC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 12.99%
G = 48.59%
B = 38.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#2EAC88 (or 0x2EAC88) is known color: Jungle Green. HEX triplet: 2E, AC and 88. RGB value is (46,172,136). Sum of RGB (Red+Green+Blue) = 46+172+136=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC88 is #D15377. Grayscale: #828282. Windows color (decimal): -13718392 or 8956974. OLE color: 8956974.

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

Color convert

RGB 46 172 136 -
CMYK 0.73 0 0.21 0.33
HSL 162.86º 0.58% 0.43% -
HSV(B) 162.86º 0.73% 0.67% -
XYZ 20.32 31.86 28.37 -
YUV 130.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 46 172 136 0.73 0 0.21 0.33 162.86 0.58 0.43
Hex 2E AC 88 49 0 15 21 A3 3A 2B
Octal 56 254 210 111 0 25 41 243 72 53
Binary 101110 10101100 10001000 1001001 0 10101 100001 10100011 111010 101011

Color Harmonies of #2EAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC88

Black with #2EAC88

Text Example


Text Example

White with #2EAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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