Html Css Color HEX #2EB885 Jungle Green

📋 copy color: '#2EB885'

red 46 ◦ green 184 ◦ blue 133

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

Shades of Jungle Green #2EB885

Tints of Jungle Green #2EB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 12.67%
G = 50.69%
B = 36.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#2EB885 (or 0x2EB885) is known color: Jungle Green. HEX triplet: 2E, B8 and 85. RGB value is (46,184,133). Sum of RGB (Red+Green+Blue) = 46+184+133=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB885 is #D1477A. Grayscale: #888888. Windows color (decimal): -13715323 or 8763438. OLE color: 8763438.

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

Color convert

RGB 46 184 133 -
CMYK 0.75 0 0.28 0.28
HSL 157.83º 0.6% 0.45% -
HSV(B) 157.83º 0.75% 0.72% -
XYZ 22.5 36.56 28.06 -
YUV 136.92 125.78 63.15 -
System Red Green Blue C M Y K H S L
Decimal 46 184 133 0.75 0 0.28 0.28 157.83 0.6 0.45
Hex 2E B8 85 4B 0 1C 1C 9E 3C 2D
Octal 56 270 205 113 0 34 34 236 74 55
Binary 101110 10111000 10000101 1001011 0 11100 11100 10011110 111100 101101

Color Harmonies of #2EB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB885

Black with #2EB885

Text Example


Text Example

White with #2EB885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,184,133); }

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

background-color css

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

 a { background-color: rgb(46,184,133); }

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

border-color css

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

 span { border-color: rgb(46,184,133); }

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