#2CAA80

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

Shades of Jungle Green #2CAA80

Tints of Jungle Green #2CAA80

Color information

#2CAA80 (or 0x2CAA80) is unknown color: approx Jungle Green. HEX triplet: 2C, AA and 80. RGB value is (44,170,128). Sum of RGB (Red+Green+Blue) = 44+170+128=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAA80 is #D3557F. Grayscale: #7F7F7F. Windows color (decimal): -13849984 or 8432172. OLE color: 8432172.

HSL color Cylindrical-coordinate representation of color #2CAA80: hue angle of 160º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA80 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB44170128-
CMYK0.7400.250.33
HSL160º58.88%41.96%-
HSV(B)160º74.12%66.67%-
XYZ19.3130.8425.36-
YUV127.54128.2668.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=12.87%
G=49.71%
B=37.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701280.7400.250.3316058.8841.96
Hex2CAA804A01921a03b2a
Octal54252200112031412407352
Binary1011001010101010000000100101001100110000110100000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,128); }

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

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

 a { background-color: rgb(44,170,128); }

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

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

 span { border-color: rgb(44,170,128); }

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