Html Css Color HEX #2EBA85 Jungle Green

📋 copy color: '#2EBA85'

red 46 ◦ green 186 ◦ blue 133

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

Shades of Jungle Green #2EBA85

Tints of Jungle Green #2EBA85

RGB

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

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

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

R = 12.6%
G = 50.96%
B = 36.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#2EBA85 (or 0x2EBA85) is known color: Jungle Green. HEX triplet: 2E, BA and 85. RGB value is (46,186,133). Sum of RGB (Red+Green+Blue) = 46+186+133=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA85 is #D1457A. Grayscale: #8A8A8A. Windows color (decimal): -13714811 or 8763950. OLE color: 8763950.

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

Color convert

RGB 46 186 133 -
CMYK 0.75 0 0.28 0.27
HSL 157.29º 0.6% 0.45% -
HSV(B) 157.29º 0.75% 0.73% -
XYZ 22.92 37.39 28.2 -
YUV 138.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 46 186 133 0.75 0 0.28 0.27 157.29 0.6 0.45
Hex 2E BA 85 4B 0 1C 1B 9D 3C 2D
Octal 56 272 205 113 0 34 33 235 74 55
Binary 101110 10111010 10000101 1001011 0 11100 11011 10011101 111100 101101

Color Harmonies of #2EBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA85

Black with #2EBA85

Text Example


Text Example

White with #2EBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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