Html Css Color HEX #2EA584 Jungle Green

📋 copy color: '#2EA584'

red 46 ◦ green 165 ◦ blue 132

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

Shades of Jungle Green #2EA584

Tints of Jungle Green #2EA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 13.41%
G = 48.1%
B = 38.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#2EA584 (or 0x2EA584) is known color: Jungle Green. HEX triplet: 2E, A5 and 84. RGB value is (46,165,132). Sum of RGB (Red+Green+Blue) = 46+165+132=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA584 is #D15A7B. Grayscale: #7D7D7D. Windows color (decimal): -13720188 or 8693038. OLE color: 8693038.

HSL color Cylindrical-coordinate representation of color #2EA584: hue angle of 163.36º 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 #2EA584 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 132 -
CMYK 0.72 0 0.20 0.35
HSL 163.36º 0.56% 0.41% -
HSV(B) 163.36º 0.72% 0.65% -
XYZ 18.75 29.16 26.47 -
YUV 125.66 131.58 71.18 -
System Red Green Blue C M Y K H S L
Decimal 46 165 132 0.72 0 0.20 0.35 163.36 0.56 0.41
Hex 2E A5 84 48 0 14 23 A3 38 29
Octal 56 245 204 110 0 24 43 243 70 51
Binary 101110 10100101 10000100 1001000 0 10100 100011 10100011 111000 101001

Color Harmonies of #2EA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA584

Black with #2EA584

Text Example


Text Example

White with #2EA584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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