#2AAE7C

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

Shades of Jungle Green #2AAE7C

Tints of Jungle Green #2AAE7C

Color information

#2AAE7C (or 0x2AAE7C) is unknown color: approx Jungle Green. HEX triplet: 2A, AE and 7C. RGB value is (42,174,124). Sum of RGB (Red+Green+Blue) = 42+174+124=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7C is #D55183. Grayscale: #808080. Windows color (decimal): -13980036 or 8171050. OLE color: 8171050.

HSL color Cylindrical-coordinate representation of color #2AAE7C: hue angle of 157.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE7C is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB42174124-
CMYK0.7600.290.32
HSL157.27º61.11%42.35%-
HSV(B)157.27º75.86%68.24%-
XYZ19.7332.2224.25-
YUV128.83125.2766.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 174 (68.36% from 255) = 51.18%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=12.35%
G=51.18%
B=36.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421741240.7600.290.32157.2761.1142.35
Hex2AAE7C4C01D209d3d2a
Octal52256174114035402357552
Binary101010101011101111100100110001110110000010011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,174,124); }

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

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

 a { background-color: rgb(42,174,124); }

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

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

 span { border-color: rgb(42,174,124); }

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