#2AAB80

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

Shades of Jungle Green #2AAB80

Tints of Jungle Green #2AAB80

Color information

#2AAB80 (or 0x2AAB80) is unknown color: approx Jungle Green. HEX triplet: 2A, AB and 80. RGB value is (42,171,128). Sum of RGB (Red+Green+Blue) = 42+171+128=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB80 is #D5547F. Grayscale: #7F7F7F. Windows color (decimal): -13980800 or 8432426. OLE color: 8432426.

HSL color Cylindrical-coordinate representation of color #2AAB80: hue angle of 160º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB80 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB42171128-
CMYK0.7500.250.33
HSL160º60.56%41.76%-
HSV(B)160º75.44%67.06%-
XYZ19.4131.1825.42-
YUV127.53128.2667-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=12.32%
G=50.15%
B=37.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711280.7500.250.3316060.5641.76
Hex2AAB804B01921a03d2a
Octal52253200113031412407552
Binary1010101010101110000000100101101100110000110100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,128); }

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

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

 a { background-color: rgb(42,171,128); }

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

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

 span { border-color: rgb(42,171,128); }

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