Html Css Color HEX #2EA87D Jungle Green

📋 copy color: '#2EA87D'

red 46 ◦ green 168 ◦ blue 125

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

Shades of Jungle Green #2EA87D

Tints of Jungle Green #2EA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.56%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 13.57%
G = 49.56%
B = 36.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#2EA87D (or 0x2EA87D) is known color: Jungle Green. HEX triplet: 2E, A8 and 7D. RGB value is (46,168,125). Sum of RGB (Red+Green+Blue) = 46+168+125=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA87D is #D15782. Grayscale: #7E7E7E. Windows color (decimal): -13719427 or 8235054. OLE color: 8235054.

HSL color Cylindrical-coordinate representation of color #2EA87D: hue angle of 158.85º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA87D is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 125 -
CMYK 0.73 0 0.26 0.34
HSL 158.85º 0.57% 0.42% -
HSV(B) 158.85º 0.73% 0.66% -
XYZ 18.83 30.07 24.21 -
YUV 126.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 46 168 125 0.73 0 0.26 0.34 158.85 0.57 0.42
Hex 2E A8 7D 49 0 1A 22 9F 39 2A
Octal 56 250 175 111 0 32 42 237 71 52
Binary 101110 10101000 1111101 1001001 0 11010 100010 10011111 111001 101010

Color Harmonies of #2EA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA87D

Black with #2EA87D

Text Example


Text Example

White with #2EA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,168,125); }

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

background-color css

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

 a { background-color: rgb(46,168,125); }

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

border-color css

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

 span { border-color: rgb(46,168,125); }

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