#2AAD82

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

Shades of Jungle Green #2AAD82

Tints of Jungle Green #2AAD82

Color information

#2AAD82 (or 0x2AAD82) is unknown color: approx Jungle Green. HEX triplet: 2A, AD and 82. RGB value is (42,173,130). Sum of RGB (Red+Green+Blue) = 42+173+130=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAD82 is #D5527D. Grayscale: #808080. Windows color (decimal): -13980286 or 8564010. OLE color: 8564010.

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

Color convert

RGB42173130-
CMYK0.7600.250.32
HSL160.31º60.93%42.16%-
HSV(B)160.31º75.72%67.84%-
XYZ19.9331.9926.24-
YUV128.93128.666-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.17%
GREEN value IS 173 (67.97% from 255) = 50.14%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=12.17%
G=50.14%
B=37.68%

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
Decimal421731300.7600.250.32160.3160.9342.16
Hex2AAD824C01920a03d2a
Octal52255202114031402407552
Binary1010101010110110000010100110001100110000010100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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