#2AAA89

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

Shades of Jungle Green #2AAA89

Tints of Jungle Green #2AAA89

Color information

#2AAA89 (or 0x2AAA89) is unknown color: approx Jungle Green. HEX triplet: 2A, AA and 89. RGB value is (42,170,137). Sum of RGB (Red+Green+Blue) = 42+170+137=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA89 is #D55576. Grayscale: #7F7F7F. Windows color (decimal): -13981047 or 9021994. OLE color: 9021994.

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

Color convert

RGB42170137-
CMYK0.7500.190.33
HSL164.53º60.38%41.57%-
HSV(B)164.53º75.29%66.67%-
XYZ19.8431.0528.61-
YUV127.97133.0966.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=12.03%
G=48.71%
B=39.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701370.7500.190.33164.5360.3841.57
Hex2AAA894B01321a53c2a
Octal52252211113023412457452
Binary1010101010101010001001100101101001110000110100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,137); }

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

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

 a { background-color: rgb(42,170,137); }

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

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

 span { border-color: rgb(42,170,137); }

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