#2CB78C

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

Shades of Jungle Green #2CB78C

Tints of Jungle Green #2CB78C

Color information

#2CB78C (or 0x2CB78C) is unknown color: approx Jungle Green. HEX triplet: 2C, B7 and 8C. RGB value is (44,183,140). Sum of RGB (Red+Green+Blue) = 44+183+140=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB78C is #D34873. Grayscale: #888888. Windows color (decimal): -13846644 or 9221932. OLE color: 9221932.

HSL color Cylindrical-coordinate representation of color #2CB78C: hue angle of 161.44º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB78C is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB44183140-
CMYK0.7600.230.28
HSL161.44º61.23%44.51%-
HSV(B)161.44º75.96%71.76%-
XYZ22.7136.330.62-
YUV136.54129.9562-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=11.99%
G=49.86%
B=38.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831400.7600.230.28161.4461.2344.51
Hex2CB78C4C0171Ca13d2d
Octal54267214114027342417555
Binary101100101101111000110010011000101111110010100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,140); }

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

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

 a { background-color: rgb(44,183,140); }

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

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

 span { border-color: rgb(44,183,140); }

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