Html Css Color HEX #2EB990 Jungle Green

📋 copy color: '#2EB990'

red 46 ◦ green 185 ◦ blue 144

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

Shades of Jungle Green #2EB990

Tints of Jungle Green #2EB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

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

R = 12.27%
G = 49.33%
B = 38.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#2EB990 (or 0x2EB990) is known color: Jungle Green. HEX triplet: 2E, B9 and 90. RGB value is (46,185,144). Sum of RGB (Red+Green+Blue) = 46+185+144=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB990 is #D1466F. Grayscale: #8A8A8A. Windows color (decimal): -13715056 or 9484590. OLE color: 9484590.

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

Color convert

RGB 46 185 144 -
CMYK 0.75 0 0.22 0.27
HSL 162.3º 0.6% 0.45% -
HSV(B) 162.3º 0.75% 0.73% -
XYZ 23.51 37.29 32.34 -
YUV 138.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 46 185 144 0.75 0 0.22 0.27 162.3 0.6 0.45
Hex 2E B9 90 4B 0 16 1B A2 3C 2D
Octal 56 271 220 113 0 26 33 242 74 55
Binary 101110 10111001 10010000 1001011 0 10110 11011 10100010 111100 101101

Color Harmonies of #2EB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB990

Black with #2EB990

Text Example


Text Example

White with #2EB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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