Html Css Color HEX #2EA576 Jungle Green

📋 copy color: '#2EA576'

red 46 ◦ green 165 ◦ blue 118

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

Shades of Jungle Green #2EA576

Tints of Jungle Green #2EA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.15%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 13.98%
G = 50.15%
B = 35.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#2EA576 (or 0x2EA576) is known color: Jungle Green. HEX triplet: 2E, A5 and 76. RGB value is (46,165,118). Sum of RGB (Red+Green+Blue) = 46+165+118=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA576 is #D15A89. Grayscale: #7C7C7C. Windows color (decimal): -13720202 or 7775534. OLE color: 7775534.

HSL color Cylindrical-coordinate representation of color #2EA576: hue angle of 156.3º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA576 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 118 -
CMYK 0.72 0 0.28 0.35
HSL 156.3º 0.56% 0.41% -
HSV(B) 156.3º 0.72% 0.65% -
XYZ 17.85 28.8 21.76 -
YUV 124.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 46 165 118 0.72 0 0.28 0.35 156.3 0.56 0.41
Hex 2E A5 76 48 0 1C 23 9C 38 29
Octal 56 245 166 110 0 34 43 234 70 51
Binary 101110 10100101 1110110 1001000 0 11100 100011 10011100 111000 101001

Color Harmonies of #2EA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA576

Black with #2EA576

Text Example


Text Example

White with #2EA576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,118); }

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

background-color css

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

 a { background-color: rgb(46,165,118); }

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

border-color css

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

 span { border-color: rgb(46,165,118); }

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