#22a077

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

Shades of Jungle Green #22A077

Tints of Jungle Green #22A077

Color information

#22A077 (or 0x22A077) is unknown color: approx Jungle Green. HEX triplet: 22, A0 and 77. RGB value is (34,160,119). Sum of RGB (Red+Green+Blue) = 34+160+119=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #22A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A077 is #DD5F88. Grayscale: #757575. Windows color (decimal): -14507913 or 7839778. OLE color: 7839778.

HSL color Cylindrical-coordinate representation of color #22A077: hue angle of 160.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A077 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB34160119-
CMYK0.7900.260.37
HSL160.48º64.95%38.04%-
HSV(B)160.48º78.75%62.75%-
XYZ16.5626.8121.76-
YUV117.65128.7668.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 160 (62.89% from 255) = 51.12%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=10.86%
G=51.12%
B=38.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal341601190.7900.260.37160.4864.9538.04
Hex22A0774F01A25a04126
Octal422401671170324524010146
Binary1000101010000011101111001111011010100101101000001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22a077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,160,119); }

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

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

 a { background-color: rgb(34,160,119); }

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

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

 span { border-color: rgb(34,160,119); }

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