#2CAC83

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

Shades of Jungle Green #2CAC83

Tints of Jungle Green #2CAC83

Color information

#2CAC83 (or 0x2CAC83) is unknown color: approx Jungle Green. HEX triplet: 2C, AC and 83. RGB value is (44,172,131). Sum of RGB (Red+Green+Blue) = 44+172+131=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC83 is #D3537C. Grayscale: #818181. Windows color (decimal): -13849469 or 8629292. OLE color: 8629292.

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

Color convert

RGB44172131-
CMYK0.7400.240.33
HSL160.78º59.26%42.35%-
HSV(B)160.78º74.42%67.45%-
XYZ19.8931.6826.54-
YUV129.05129.0967.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=12.68%
G=49.57%
B=37.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441721310.7400.240.33160.7859.2642.35
Hex2CAC834A01821a13b2a
Octal54254203112030412417352
Binary1011001010110010000011100101001100010000110100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,172,131); }

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

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

 a { background-color: rgb(44,172,131); }

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

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

 span { border-color: rgb(44,172,131); }

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