#2CAE80

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

Shades of Jungle Green #2CAE80

Tints of Jungle Green #2CAE80

Color information

#2CAE80 (or 0x2CAE80) is unknown color: approx Jungle Green. HEX triplet: 2C, AE and 80. RGB value is (44,174,128). Sum of RGB (Red+Green+Blue) = 44+174+128=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAE80 is #D3517F. Grayscale: #818181. Windows color (decimal): -13848960 or 8433196. OLE color: 8433196.

HSL color Cylindrical-coordinate representation of color #2CAE80: hue angle of 158.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE80 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB44174128-
CMYK0.7500.260.32
HSL158.77º59.63%42.75%-
HSV(B)158.77º74.71%68.24%-
XYZ20.0732.3725.61-
YUV129.89126.9366.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.72%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=12.72%
G=50.29%
B=36.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441741280.7500.260.32158.7759.6342.75
Hex2CAE804B01A209f3c2b
Octal54256200113032402377453
Binary1011001010111010000000100101101101010000010011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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