#2CB387

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

Shades of Jungle Green #2CB387

Tints of Jungle Green #2CB387

Color information

#2CB387 (or 0x2CB387) is unknown color: approx Jungle Green. HEX triplet: 2C, B3 and 87. RGB value is (44,179,135). Sum of RGB (Red+Green+Blue) = 44+179+135=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB387 is #D34C78. Grayscale: #858585. Windows color (decimal): -13847673 or 8893228. OLE color: 8893228.

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

Color convert

RGB44179135-
CMYK0.7500.250.30
HSL160.44º60.54%43.73%-
HSV(B)160.44º75.42%70.2%-
XYZ21.5334.5228.45-
YUV133.62128.7764.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=12.29%
G=50%
B=37.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441791350.7500.250.30160.4460.5443.73
Hex2CB3874B0191Ea03d2c
Octal54263207113031362407554
Binary101100101100111000011110010110110011111010100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,135); }

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

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

 a { background-color: rgb(44,179,135); }

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

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

 span { border-color: rgb(44,179,135); }

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