#2CAA84

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

Shades of Jungle Green #2CAA84

Tints of Jungle Green #2CAA84

Color information

#2CAA84 (or 0x2CAA84) is unknown color: approx Jungle Green. HEX triplet: 2C, AA and 84. RGB value is (44,170,132). Sum of RGB (Red+Green+Blue) = 44+170+132=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAA84 is #D3557B. Grayscale: #808080. Windows color (decimal): -13849980 or 8694316. OLE color: 8694316.

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

Color convert

RGB44170132-
CMYK0.7400.220.33
HSL161.9º58.88%41.96%-
HSV(B)161.9º74.12%66.67%-
XYZ19.5830.9526.77-
YUV127.99130.2668.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.72%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=12.72%
G=49.13%
B=38.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701320.7400.220.33161.958.8841.96
Hex2CAA844A01621a23b2a
Octal54252204112026412427352
Binary1011001010101010000100100101001011010000110100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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