#2AAB7A

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

Shades of Jungle Green #2AAB7A

Tints of Jungle Green #2AAB7A

Color information

#2AAB7A (or 0x2AAB7A) is unknown color: approx Jungle Green. HEX triplet: 2A, AB and 7A. RGB value is (42,171,122). Sum of RGB (Red+Green+Blue) = 42+171+122=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7A is #D55485. Grayscale: #7E7E7E. Windows color (decimal): -13980806 or 8039210. OLE color: 8039210.

HSL color Cylindrical-coordinate representation of color #2AAB7A: hue angle of 157.21º 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 #2AAB7A is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB42171122-
CMYK0.7500.290.33
HSL157.21º60.56%41.76%-
HSV(B)157.21º75.44%67.06%-
XYZ19.0331.0223.4-
YUV126.84125.2667.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 171 (67.19% from 255) = 51.04%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=12.54%
G=51.04%
B=36.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711220.7500.290.33157.2160.5641.76
Hex2AAB7A4B01D219d3d2a
Octal52253172113035412357552
Binary101010101010111111010100101101110110000110011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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