#2AA47F

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

Shades of Jungle Green #2AA47F

Tints of Jungle Green #2AA47F

Color information

#2AA47F (or 0x2AA47F) is unknown color: approx Jungle Green. HEX triplet: 2A, A4 and 7F. RGB value is (42,164,127). Sum of RGB (Red+Green+Blue) = 42+164+127=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA47F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA47F is #D55B80. Grayscale: #7B7B7B. Windows color (decimal): -13982593 or 8365098. OLE color: 8365098.

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

Color convert

RGB42164127-
CMYK0.7400.230.36
HSL161.8º59.22%40.39%-
HSV(B)161.8º74.39%64.31%-
XYZ18.0628.5824.64-
YUV123.3130.0870.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 127 (50% from 255) = 38.14%
R=12.61%
G=49.25%
B=38.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641270.7400.230.36161.859.2240.39
Hex2AA47F4A01724a23b28
Octal52244177112027442427350
Binary101010101001001111111100101001011110010010100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,127); }

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

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

 a { background-color: rgb(42,164,127); }

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

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

 span { border-color: rgb(42,164,127); }

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