#2caa7d

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

Shades of Jungle Green #2CAA7D

Tints of Jungle Green #2CAA7D

Color information

#2CAA7D (or 0x2CAA7D) is unknown color: approx Jungle Green. HEX triplet: 2C, AA and 7D. RGB value is (44,170,125). Sum of RGB (Red+Green+Blue) = 44+170+125=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA7D is #D35582. Grayscale: #7F7F7F. Windows color (decimal): -13849987 or 8235564. OLE color: 8235564.

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

Color convert

RGB44170125-
CMYK0.7400.260.33
HSL158.57º58.88%41.96%-
HSV(B)158.57º74.12%66.67%-
XYZ19.1230.7724.33-
YUV127.2126.7668.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.98%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=12.98%
G=50.15%
B=36.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701250.7400.260.33158.5758.8841.96
Hex2CAA7D4A01A219f3b2a
Octal54252175112032412377352
Binary101100101010101111101100101001101010000110011111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2caa7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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