Html Css Color HEX #2EB890 Jungle Green

📋 copy color: '#2EB890'

red 46 ◦ green 184 ◦ blue 144

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

Shades of Jungle Green #2EB890

Tints of Jungle Green #2EB890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 12.3%
G = 49.2%
B = 38.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#2EB890 (or 0x2EB890) is known color: Jungle Green. HEX triplet: 2E, B8 and 90. RGB value is (46,184,144). Sum of RGB (Red+Green+Blue) = 46+184+144=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB890 is #D1476F. Grayscale: #8A8A8A. Windows color (decimal): -13715312 or 9484334. OLE color: 9484334.

HSL color Cylindrical-coordinate representation of color #2EB890: hue angle of 162.61º 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 #2EB890 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 144 -
CMYK 0.75 0 0.22 0.28
HSL 162.61º 0.6% 0.45% -
HSV(B) 162.61º 0.75% 0.72% -
XYZ 23.3 36.88 32.28 -
YUV 138.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 46 184 144 0.75 0 0.22 0.28 162.61 0.6 0.45
Hex 2E B8 90 4B 0 16 1C A3 3C 2D
Octal 56 270 220 113 0 26 34 243 74 55
Binary 101110 10111000 10010000 1001011 0 10110 11100 10100011 111100 101101

Color Harmonies of #2EB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB890

Black with #2EB890

Text Example


Text Example

White with #2EB890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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