Html Css Color HEX #2EA279 Jungle Green

📋 copy color: '#2EA279'

red 46 ◦ green 162 ◦ blue 121

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

Shades of Jungle Green #2EA279

Tints of Jungle Green #2EA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.24%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 13.98%
G = 49.24%
B = 36.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2EA279 (or 0x2EA279) is known color: Jungle Green. HEX triplet: 2E, A2 and 79. RGB value is (46,162,121). Sum of RGB (Red+Green+Blue) = 46+162+121=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA279 is #D15D86. Grayscale: #7A7A7A. Windows color (decimal): -13720967 or 7971374. OLE color: 7971374.

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

Color convert

RGB 46 162 121 -
CMYK 0.72 0 0.25 0.36
HSL 158.79º 0.56% 0.41% -
HSV(B) 158.79º 0.72% 0.64% -
XYZ 17.5 27.8 22.53 -
YUV 122.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 46 162 121 0.72 0 0.25 0.36 158.79 0.56 0.41
Hex 2E A2 79 48 0 19 24 9F 38 29
Octal 56 242 171 110 0 31 44 237 70 51
Binary 101110 10100010 1111001 1001000 0 11001 100100 10011111 111000 101001

Color Harmonies of #2EA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA279

Black with #2EA279

Text Example


Text Example

White with #2EA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,121); }

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

background-color css

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

 a { background-color: rgb(46,162,121); }

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

border-color css

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

 span { border-color: rgb(46,162,121); }

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