Html Css Color HEX #2EBE86 Jungle Green

📋 copy color: '#2EBE86'

red 46 ◦ green 190 ◦ blue 134

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

Shades of Jungle Green #2EBE86

Tints of Jungle Green #2EBE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.35%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 12.43%
G = 51.35%
B = 36.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#2EBE86 (or 0x2EBE86) is known color: Jungle Green. HEX triplet: 2E, BE and 86. RGB value is (46,190,134). Sum of RGB (Red+Green+Blue) = 46+190+134=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE86 is #D14179. Grayscale: #8C8C8C. Windows color (decimal): -13713786 or 8830510. OLE color: 8830510.

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

Color convert

RGB 46 190 134 -
CMYK 0.76 0 0.29 0.25
HSL 156.67º 0.61% 0.46% -
HSV(B) 156.67º 0.76% 0.75% -
XYZ 23.84 39.13 28.85 -
YUV 140.56 124.29 60.55 -
System Red Green Blue C M Y K H S L
Decimal 46 190 134 0.76 0 0.29 0.25 156.67 0.61 0.46
Hex 2E BE 86 4C 0 1D 19 9D 3D 2E
Octal 56 276 206 114 0 35 31 235 75 56
Binary 101110 10111110 10000110 1001100 0 11101 11001 10011101 111101 101110

Color Harmonies of #2EBE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE86

Black with #2EBE86

Text Example


Text Example

White with #2EBE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,134); }

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

background-color css

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

 a { background-color: rgb(46,190,134); }

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

border-color css

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

 span { border-color: rgb(46,190,134); }

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