#2CA37C

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

Shades of Jungle Green #2CA37C

Tints of Jungle Green #2CA37C

Color information

#2CA37C (or 0x2CA37C) is unknown color: approx Jungle Green. HEX triplet: 2C, A3 and 7C. RGB value is (44,163,124). Sum of RGB (Red+Green+Blue) = 44+163+124=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA37C is #D35C83. Grayscale: #7B7B7B. Windows color (decimal): -13851780 or 8168236. OLE color: 8168236.

HSL color Cylindrical-coordinate representation of color #2CA37C: hue angle of 160.34º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA37C is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB44163124-
CMYK0.7300.240.36
HSL160.34º57.49%40.59%-
HSV(B)160.34º73.01%63.92%-
XYZ17.7728.1923.57-
YUV122.97128.5871.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.29%
GREEN value IS 163 (64.06% from 255) = 49.24%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=13.29%
G=49.24%
B=37.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441631240.7300.240.36160.3457.4940.59
Hex2CA37C4901824a03929
Octal54243174111030442407151
Binary101100101000111111100100100101100010010010100000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,124); }

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

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

 a { background-color: rgb(44,163,124); }

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

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

 span { border-color: rgb(44,163,124); }

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