#2caa7a

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

Shades of Jungle Green #2CAA7A

Tints of Jungle Green #2CAA7A

Color information

#2CAA7A (or 0x2CAA7A) is unknown color: approx Jungle Green. HEX triplet: 2C, AA and 7A. RGB value is (44,170,122). Sum of RGB (Red+Green+Blue) = 44+170+122=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA7A is #D35585. Grayscale: #7E7E7E. Windows color (decimal): -13849990 or 8038956. OLE color: 8038956.

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

Color convert

RGB44170122-
CMYK0.7400.280.33
HSL157.14º58.88%41.96%-
HSV(B)157.14º74.12%66.67%-
XYZ18.9330.6923.34-
YUV126.85125.2668.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.10%
GREEN value IS 170 (66.80% from 255) = 50.60%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=13.10%
G=50.60%
B=36.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701220.7400.280.33157.1458.8841.96
Hex2CAA7A4A01C219d3b2a
Octal54252172112034412357352
Binary101100101010101111010100101001110010000110011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2caa7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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