Html Css Color HEX #2AAC79 Jungle Green

📋 copy color: '#2AAC79'

red 42 ◦ green 172 ◦ blue 121

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

Shades of Jungle Green #2AAC79

Tints of Jungle Green #2AAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.34%

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

R = 12.54%
G = 51.34%
B = 36.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#2AAC79 (or 0x2AAC79) is known color: Jungle Green. HEX triplet: 2A, AC and 79. RGB value is (42,172,121). Sum of RGB (Red+Green+Blue) = 42+172+121=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC79 is #D55386. Grayscale: #7F7F7F. Windows color (decimal): -13980551 or 7973930. OLE color: 7973930.

HSL color Cylindrical-coordinate representation of color #2AAC79: hue angle of 156.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC79 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 172 121 -
CMYK 0.76 0 0.30 0.33
HSL 156.46º 0.61% 0.42% -
HSV(B) 156.46º 0.76% 0.67% -
XYZ 19.16 31.38 23.14 -
YUV 127.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 42 172 121 0.76 0 0.30 0.33 156.46 0.61 0.42
Hex 2A AC 79 4C 0 1E 21 9C 3D 2A
Octal 52 254 171 114 0 36 41 234 75 52
Binary 101010 10101100 1111001 1001100 0 11110 100001 10011100 111101 101010

Color Harmonies of #2AAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC79

Black with #2AAC79

Text Example


Text Example

White with #2AAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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