Html Css Color HEX #2EBA83 Jungle Green

📋 copy color: '#2EBA83'

red 46 ◦ green 186 ◦ blue 131

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

Shades of Jungle Green #2EBA83

Tints of Jungle Green #2EBA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 12.67%
G = 51.24%
B = 36.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#2EBA83 (or 0x2EBA83) is known color: Jungle Green. HEX triplet: 2E, BA and 83. RGB value is (46,186,131). Sum of RGB (Red+Green+Blue) = 46+186+131=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA83 is #D1457C. Grayscale: #898989. Windows color (decimal): -13714813 or 8632878. OLE color: 8632878.

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

Color convert

RGB 46 186 131 -
CMYK 0.75 0 0.30 0.27
HSL 156.43º 0.6% 0.45% -
HSV(B) 156.43º 0.75% 0.73% -
XYZ 22.78 37.34 27.48 -
YUV 137.87 124.12 62.47 -
System Red Green Blue C M Y K H S L
Decimal 46 186 131 0.75 0 0.30 0.27 156.43 0.6 0.45
Hex 2E BA 83 4B 0 1E 1B 9C 3C 2D
Octal 56 272 203 113 0 36 33 234 74 55
Binary 101110 10111010 10000011 1001011 0 11110 11011 10011100 111100 101101

Color Harmonies of #2EBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA83

Black with #2EBA83

Text Example


Text Example

White with #2EBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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