Html Css Color HEX #2EB891 Jungle Green

📋 copy color: '#2EB891'

red 46 ◦ green 184 ◦ blue 145

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

Shades of Jungle Green #2EB891

Tints of Jungle Green #2EB891

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 12.27%
G = 49.07%
B = 38.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#2EB891 (or 0x2EB891) is known color: Jungle Green. HEX triplet: 2E, B8 and 91. RGB value is (46,184,145). Sum of RGB (Red+Green+Blue) = 46+184+145=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB891 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB891 is #D1476E. Grayscale: #8A8A8A. Windows color (decimal): -13715311 or 9549870. OLE color: 9549870.

HSL color Cylindrical-coordinate representation of color #2EB891: hue angle of 163.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB891 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 145 -
CMYK 0.75 0 0.21 0.28
HSL 163.04º 0.6% 0.45% -
HSV(B) 163.04º 0.75% 0.72% -
XYZ 23.38 36.91 32.68 -
YUV 138.29 131.78 62.17 -
System Red Green Blue C M Y K H S L
Decimal 46 184 145 0.75 0 0.21 0.28 163.04 0.6 0.45
Hex 2E B8 91 4B 0 15 1C A3 3C 2D
Octal 56 270 221 113 0 25 34 243 74 55
Binary 101110 10111000 10010001 1001011 0 10101 11100 10100011 111100 101101

Color Harmonies of #2EB891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB891

Black with #2EB891

Text Example


Text Example

White with #2EB891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,184,145); }

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

background-color css

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

 a { background-color: rgb(46,184,145); }

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

border-color css

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

 span { border-color: rgb(46,184,145); }

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