Html Css Color HEX #2EBA89 Jungle Green

📋 copy color: '#2EBA89'

red 46 ◦ green 186 ◦ blue 137

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

Shades of Jungle Green #2EBA89

Tints of Jungle Green #2EBA89

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.41%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 12.47%
G = 50.41%
B = 37.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#2EBA89 (or 0x2EBA89) is known color: Jungle Green. HEX triplet: 2E, BA and 89. RGB value is (46,186,137). Sum of RGB (Red+Green+Blue) = 46+186+137=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA89 is #D14576. Grayscale: #8A8A8A. Windows color (decimal): -13714807 or 9026094. OLE color: 9026094.

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

Color convert

RGB 46 186 137 -
CMYK 0.75 0 0.26 0.27
HSL 159º 0.6% 0.45% -
HSV(B) 159º 0.75% 0.73% -
XYZ 23.2 37.5 29.68 -
YUV 138.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 46 186 137 0.75 0 0.26 0.27 159 0.6 0.45
Hex 2E BA 89 4B 0 1A 1B 9F 3C 2D
Octal 56 272 211 113 0 32 33 237 74 55
Binary 101110 10111010 10001001 1001011 0 11010 11011 10011111 111100 101101

Color Harmonies of #2EBA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA89

Black with #2EBA89

Text Example


Text Example

White with #2EBA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,137); }

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

background-color css

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

 a { background-color: rgb(46,186,137); }

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

border-color css

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

 span { border-color: rgb(46,186,137); }

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