#2AAA7B

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

Shades of Jungle Green #2AAA7B

Tints of Jungle Green #2AAA7B

Color information

#2AAA7B (or 0x2AAA7B) is unknown color: approx Jungle Green. HEX triplet: 2A, AA and 7B. RGB value is (42,170,123). Sum of RGB (Red+Green+Blue) = 42+170+123=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA7B is #D55584. Grayscale: #7E7E7E. Windows color (decimal): -13981061 or 8104490. OLE color: 8104490.

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

Color convert

RGB42170123-
CMYK0.7500.280.33
HSL157.97º60.38%41.57%-
HSV(B)157.97º75.29%66.67%-
XYZ18.930.6723.66-
YUV126.37126.0967.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=12.54%
G=50.75%
B=36.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701230.7500.280.33157.9760.3841.57
Hex2AAA7B4B01C219e3c2a
Octal52252173113034412367452
Binary101010101010101111011100101101110010000110011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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