#2AA47D

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

Shades of Jungle Green #2AA47D

Tints of Jungle Green #2AA47D

Color information

#2AA47D (or 0x2AA47D) is unknown color: approx Jungle Green. HEX triplet: 2A, A4 and 7D. RGB value is (42,164,125). Sum of RGB (Red+Green+Blue) = 42+164+125=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA47D is #D55B82. Grayscale: #7B7B7B. Windows color (decimal): -13982595 or 8234026. OLE color: 8234026.

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

Color convert

RGB42164125-
CMYK0.7400.240.36
HSL160.82º59.22%40.39%-
HSV(B)160.82º74.39%64.31%-
XYZ17.9328.5223.96-
YUV123.08129.0870.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.69%
GREEN value IS 164 (64.45% from 255) = 49.55%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=12.69%
G=49.55%
B=37.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641250.7400.240.36160.8259.2240.39
Hex2AA47D4A01824a13b28
Octal52244175112030442417350
Binary101010101001001111101100101001100010010010100001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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