Html Css Color HEX #2EBB90 Jungle Green

📋 copy color: '#2EBB90'

red 46 ◦ green 187 ◦ blue 144

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

Shades of Jungle Green #2EBB90

Tints of Jungle Green #2EBB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

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

R = 12.2%
G = 49.6%
B = 38.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#2EBB90 (or 0x2EBB90) is known color: Jungle Green. HEX triplet: 2E, BB and 90. RGB value is (46,187,144). Sum of RGB (Red+Green+Blue) = 46+187+144=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBB90 is #D1446F. Grayscale: #8B8B8B. Windows color (decimal): -13714544 or 9485102. OLE color: 9485102.

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

Color convert

RGB 46 187 144 -
CMYK 0.75 0 0.23 0.27
HSL 161.7º 0.61% 0.46% -
HSV(B) 161.7º 0.75% 0.73% -
XYZ 23.93 38.14 32.49 -
YUV 139.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 46 187 144 0.75 0 0.23 0.27 161.7 0.61 0.46
Hex 2E BB 90 4B 0 17 1B A2 3D 2E
Octal 56 273 220 113 0 27 33 242 75 56
Binary 101110 10111011 10010000 1001011 0 10111 11011 10100010 111101 101110

Color Harmonies of #2EBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBB90

Black with #2EBB90

Text Example


Text Example

White with #2EBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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