Html Css Color HEX #2EA482 Jungle Green

📋 copy color: '#2EA482'

red 46 ◦ green 164 ◦ blue 130

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

Shades of Jungle Green #2EA482

Tints of Jungle Green #2EA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.24%

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 13.53%
G = 48.24%
B = 38.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#2EA482 (or 0x2EA482) is known color: Jungle Green. HEX triplet: 2E, A4 and 82. RGB value is (46,164,130). Sum of RGB (Red+Green+Blue) = 46+164+130=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA482 is #D15B7D. Grayscale: #7C7C7C. Windows color (decimal): -13720446 or 8561710. OLE color: 8561710.

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

Color convert

RGB 46 164 130 -
CMYK 0.72 0 0.21 0.36
HSL 162.71º 0.56% 0.41% -
HSV(B) 162.71º 0.72% 0.64% -
XYZ 18.43 28.74 25.7 -
YUV 124.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 46 164 130 0.72 0 0.21 0.36 162.71 0.56 0.41
Hex 2E A4 82 48 0 15 24 A3 38 29
Octal 56 244 202 110 0 25 44 243 70 51
Binary 101110 10100100 10000010 1001000 0 10101 100100 10100011 111000 101001

Color Harmonies of #2EA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA482

Black with #2EA482

Text Example


Text Example

White with #2EA482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,130); }

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

background-color css

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

 a { background-color: rgb(46,164,130); }

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

border-color css

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

 span { border-color: rgb(46,164,130); }

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