#2AAE82

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

Shades of Jungle Green #2AAE82

Tints of Jungle Green #2AAE82

Color information

#2AAE82 (or 0x2AAE82) is unknown color: approx Jungle Green. HEX triplet: 2A, AE and 82. RGB value is (42,174,130). Sum of RGB (Red+Green+Blue) = 42+174+130=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAE82 is #D5517D. Grayscale: #818181. Windows color (decimal): -13980030 or 8564266. OLE color: 8564266.

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

Color convert

RGB42174130-
CMYK0.7600.250.32
HSL160º61.11%42.35%-
HSV(B)160º75.86%68.24%-
XYZ20.1232.3826.31-
YUV129.52128.2765.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=12.14%
G=50.29%
B=37.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421741300.7600.250.3216061.1142.35
Hex2AAE824C01920a03d2a
Octal52256202114031402407552
Binary1010101010111010000010100110001100110000010100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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