#2AA377

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

Shades of Jungle Green #2AA377

Tints of Jungle Green #2AA377

Color information

#2AA377 (or 0x2AA377) is unknown color: approx Jungle Green. HEX triplet: 2A, A3 and 77. RGB value is (42,163,119). Sum of RGB (Red+Green+Blue) = 42+163+119=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA377 is #D55C88. Grayscale: #797979. Windows color (decimal): -13982857 or 7840554. OLE color: 7840554.

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

Color convert

RGB42163119-
CMYK0.7400.270.36
HSL158.18º59.02%40.2%-
HSV(B)158.18º74.23%63.92%-
XYZ17.3828.0221.94-
YUV121.8126.4171.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=12.96%
G=50.31%
B=36.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421631190.7400.270.36158.1859.0240.2
Hex2AA3774A01B249e3b28
Octal52243167112033442367350
Binary101010101000111110111100101001101110010010011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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