#2AAE7E

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

Shades of Jungle Green #2AAE7E

Tints of Jungle Green #2AAE7E

Color information

#2AAE7E (or 0x2AAE7E) is unknown color: approx Jungle Green. HEX triplet: 2A, AE and 7E. RGB value is (42,174,126). Sum of RGB (Red+Green+Blue) = 42+174+126=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7E is #D55181. Grayscale: #818181. Windows color (decimal): -13980034 or 8302122. OLE color: 8302122.

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

Color convert

RGB42174126-
CMYK0.7600.280.32
HSL158.18º61.11%42.35%-
HSV(B)158.18º75.86%68.24%-
XYZ19.8632.2724.92-
YUV129.06126.2765.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.28%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=12.28%
G=50.88%
B=36.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421741260.7600.280.32158.1861.1142.35
Hex2AAE7E4C01C209e3d2a
Octal52256176114034402367552
Binary101010101011101111110100110001110010000010011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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