#2AA277

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

Shades of Jungle Green #2AA277

Tints of Jungle Green #2AA277

Color information

#2AA277 (or 0x2AA277) is unknown color: approx Jungle Green. HEX triplet: 2A, A2 and 77. RGB value is (42,162,119). Sum of RGB (Red+Green+Blue) = 42+162+119=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA277 is #D55D88. Grayscale: #797979. Windows color (decimal): -13983113 or 7840298. OLE color: 7840298.

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

Color convert

RGB42162119-
CMYK0.7400.270.36
HSL158.5º58.82%40%-
HSV(B)158.5º74.07%63.53%-
XYZ17.227.6621.89-
YUV121.22126.7471.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=13.00%
G=50.15%
B=36.84%

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
Decimal421621190.7400.270.36158.558.8240
Hex2AA2774A01B249e3b28
Octal52242167112033442367350
Binary101010101000101110111100101001101110010010011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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