#22AA79

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

Shades of Jungle Green #22AA79

Tints of Jungle Green #22AA79

Color information

#22AA79 (or 0x22AA79) is unknown color: approx Jungle Green. HEX triplet: 22, AA and 79. RGB value is (34,170,121). Sum of RGB (Red+Green+Blue) = 34+170+121=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA79 is #DD5586. Grayscale: #7B7B7B. Windows color (decimal): -14505351 or 7973410. OLE color: 7973410.

HSL color Cylindrical-coordinate representation of color #22AA79: hue angle of 158.38º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA79 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB34170121-
CMYK0.8000.290.33
HSL158.38º66.67%40%-
HSV(B)158.38º80%66.67%-
XYZ18.4930.4723-
YUV123.75126.4463.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=10.46%
G=52.31%
B=37.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341701210.8000.290.33158.3866.6740
Hex22AA795001D219e4328
Octal422521711200354123610350
Binary1000101010101011110011010000011101100001100111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22AA79; }

 p { color: rgb(34,170,121); }

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

<style>
 a { background-color: #22AA79; }

 a { background-color: rgb(34,170,121); }

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

<style>
 span { border-color: #22AA79; }

 span { border-color: rgb(34,170,121); }

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