Html Css Color HEX #2EAB88 Jungle Green

📋 copy color: '#2EAB88'

red 46 ◦ green 171 ◦ blue 136

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

Shades of Jungle Green #2EAB88

Tints of Jungle Green #2EAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

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

R = 13.03%
G = 48.44%
B = 38.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2EAB88 (or 0x2EAB88) is known color: Jungle Green. HEX triplet: 2E, AB and 88. RGB value is (46,171,136). Sum of RGB (Red+Green+Blue) = 46+171+136=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAB88 is #D15477. Grayscale: #818181. Windows color (decimal): -13718648 or 8956718. OLE color: 8956718.

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

Color convert

RGB 46 171 136 -
CMYK 0.73 0 0.20 0.33
HSL 163.2º 0.58% 0.43% -
HSV(B) 163.2º 0.73% 0.67% -
XYZ 20.13 31.48 28.31 -
YUV 129.64 131.59 68.35 -
System Red Green Blue C M Y K H S L
Decimal 46 171 136 0.73 0 0.20 0.33 163.2 0.58 0.43
Hex 2E AB 88 49 0 14 21 A3 3A 2B
Octal 56 253 210 111 0 24 41 243 72 53
Binary 101110 10101011 10001000 1001001 0 10100 100001 10100011 111010 101011

Color Harmonies of #2EAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB88

Black with #2EAB88

Text Example


Text Example

White with #2EAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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