#2cc086

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

Shades of Jungle Green #2CC086

Tints of Jungle Green #2CC086

Color information

#2CC086 (or 0x2CC086) is unknown color: approx Jungle Green. HEX triplet: 2C, C0 and 86. RGB value is (44,192,134). Sum of RGB (Red+Green+Blue) = 44+192+134=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC086 is #D33F79. Grayscale: #8D8D8D. Windows color (decimal): -13844346 or 8831020. OLE color: 8831020.

HSL color Cylindrical-coordinate representation of color #2CC086: hue angle of 156.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC086 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB44192134-
CMYK0.7700.300.25
HSL156.49º62.71%46.27%-
HSV(B)156.49º77.08%75.29%-
XYZ24.1939.9628.99-
YUV141.14123.9758.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.89%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=11.89%
G=51.89%
B=36.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441921340.7700.300.25156.4962.7146.27
Hex2CC0864D01E199c3f2e
Octal54300206115036312347756
Binary101100110000001000011010011010111101100110011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,134); }

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

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

 a { background-color: rgb(44,192,134); }

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

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

 span { border-color: rgb(44,192,134); }

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