#2cb180

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

Shades of Jungle Green #2CB180

Tints of Jungle Green #2CB180

Color information

#2CB180 (or 0x2CB180) is unknown color: approx Jungle Green. HEX triplet: 2C, B1 and 80. RGB value is (44,177,128). Sum of RGB (Red+Green+Blue) = 44+177+128=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB180 is #D34E7F. Grayscale: #838383. Windows color (decimal): -13848192 or 8433964. OLE color: 8433964.

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

Color convert

RGB44177128-
CMYK0.7500.280.31
HSL157.89º60.18%43.33%-
HSV(B)157.89º75.14%69.41%-
XYZ20.6633.5425.81-
YUV131.65125.9465.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.61%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=12.61%
G=50.72%
B=36.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441771280.7500.280.31157.8960.1843.33
Hex2CB1804B01C1F9e3c2b
Octal54261200113034372367453
Binary101100101100011000000010010110111001111110011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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