Html Css Color HEX #2AAB79 Jungle Green

📋 copy color: '#2AAB79'

red 42 ◦ green 171 ◦ blue 121

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

Shades of Jungle Green #2AAB79

Tints of Jungle Green #2AAB79

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.2%

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

R = 12.57%
G = 51.2%
B = 36.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#2AAB79 (or 0x2AAB79) is known color: Jungle Green. HEX triplet: 2A, AB and 79. RGB value is (42,171,121). Sum of RGB (Red+Green+Blue) = 42+171+121=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB79 is #D55486. Grayscale: #7E7E7E. Windows color (decimal): -13980807 or 7973674. OLE color: 7973674.

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

Color convert

RGB 42 171 121 -
CMYK 0.75 0 0.29 0.33
HSL 156.74º 0.61% 0.42% -
HSV(B) 156.74º 0.75% 0.67% -
XYZ 18.97 31 23.07 -
YUV 126.73 124.76 67.57 -
System Red Green Blue C M Y K H S L
Decimal 42 171 121 0.75 0 0.29 0.33 156.74 0.61 0.42
Hex 2A AB 79 4B 0 1D 21 9D 3D 2A
Octal 52 253 171 113 0 35 41 235 75 52
Binary 101010 10101011 1111001 1001011 0 11101 100001 10011101 111101 101010

Color Harmonies of #2AAB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB79

Black with #2AAB79

Text Example


Text Example

White with #2AAB79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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