Html Css Color HEX #2EAA7D Jungle Green

📋 copy color: '#2EAA7D'

red 46 ◦ green 170 ◦ blue 125

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

Shades of Jungle Green #2EAA7D

Tints of Jungle Green #2EAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.85%

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

R = 13.49%
G = 49.85%
B = 36.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#2EAA7D (or 0x2EAA7D) is known color: Jungle Green. HEX triplet: 2E, AA and 7D. RGB value is (46,170,125). Sum of RGB (Red+Green+Blue) = 46+170+125=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA7D is #D15582. Grayscale: #7F7F7F. Windows color (decimal): -13718915 or 8235566. OLE color: 8235566.

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

Color convert

RGB 46 170 125 -
CMYK 0.73 0 0.26 0.33
HSL 158.23º 0.57% 0.42% -
HSV(B) 158.23º 0.73% 0.67% -
XYZ 19.2 30.81 24.34 -
YUV 127.79 126.42 69.66 -
System Red Green Blue C M Y K H S L
Decimal 46 170 125 0.73 0 0.26 0.33 158.23 0.57 0.42
Hex 2E AA 7D 49 0 1A 21 9E 39 2A
Octal 56 252 175 111 0 32 41 236 71 52
Binary 101110 10101010 1111101 1001001 0 11010 100001 10011110 111001 101010

Color Harmonies of #2EAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA7D

Black with #2EAA7D

Text Example


Text Example

White with #2EAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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