Html Css Color HEX #2AA279 Jungle Green

📋 copy color: '#2AA279'

red 42 ◦ green 162 ◦ blue 121

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

Shades of Jungle Green #2AA279

Tints of Jungle Green #2AA279

RGB

 RED value IS 42 (16.8% from 255) = 12.92%

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

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

R = 12.92%
G = 49.85%
B = 37.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2AA279 (or 0x2AA279) is known color: Jungle Green. HEX triplet: 2A, A2 and 79. RGB value is (42,162,121). Sum of RGB (Red+Green+Blue) = 42+162+121=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA279 is #D55D86. Grayscale: #797979. Windows color (decimal): -13983111 or 7971370. OLE color: 7971370.

HSL color Cylindrical-coordinate representation of color #2AA279: hue angle of 159.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA279 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 42 162 121 -
CMYK 0.74 0 0.25 0.36
HSL 159.5º 0.59% 0.4% -
HSV(B) 159.5º 0.74% 0.64% -
XYZ 17.33 27.71 22.53 -
YUV 121.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 42 162 121 0.74 0 0.25 0.36 159.5 0.59 0.4
Hex 2A A2 79 4A 0 19 24 A0 3B 28
Octal 52 242 171 112 0 31 44 240 73 50
Binary 101010 10100010 1111001 1001010 0 11001 100100 10100000 111011 101000

Color Harmonies of #2AA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA279

Black with #2AA279

Text Example


Text Example

White with #2AA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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