#2AA977

Color #2AA977 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2AA977

Tints of Jungle Green #2AA977

Color information

#2AA977 (or 0x2AA977) is unknown color: approx Jungle Green. HEX triplet: 2A, A9 and 77. RGB value is (42,169,119). Sum of RGB (Red+Green+Blue) = 42+169+119=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA977 is #D55688. Grayscale: #7D7D7D. Windows color (decimal): -13981321 or 7842090. OLE color: 7842090.

HSL color Cylindrical-coordinate representation of color #2AA977: hue angle of 156.38º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA977 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB42169119-
CMYK0.7500.300.34
HSL156.38º60.19%41.37%-
HSV(B)156.38º75.15%66.27%-
XYZ18.4730.222.31-
YUV125.33124.4268.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=12.73%
G=51.21%
B=36.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal421691190.7500.300.34156.3860.1941.37
Hex2AA9774B01E229c3c29
Octal52251167113036422347451
Binary101010101010011110111100101101111010001010011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,169,119); }

 H1.HeaderClassName
 {
   color: #2AA977;
 }
 .AnyTagClassName
 {
   color: #2AA977;
 }
</style>
background-color css

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

 a { background-color: rgb(42,169,119); }

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

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

 span { border-color: rgb(42,169,119); }

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