#2CB188

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

Shades of Jungle Green #2CB188

Tints of Jungle Green #2CB188

Color information

#2CB188 (or 0x2CB188) is unknown color: approx Jungle Green. HEX triplet: 2C, B1 and 88. RGB value is (44,177,136). Sum of RGB (Red+Green+Blue) = 44+177+136=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB188 is #D34E77. Grayscale: #848484. Windows color (decimal): -13848184 or 8958252. OLE color: 8958252.

HSL color Cylindrical-coordinate representation of color #2CB188: hue angle of 161.5º 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 #2CB188 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB44177136-
CMYK0.7500.230.31
HSL161.5º60.18%43.33%-
HSV(B)161.5º75.14%69.41%-
XYZ21.233.7628.69-
YUV132.56129.9464.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.32%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=12.32%
G=49.58%
B=38.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441771360.7500.230.31161.560.1843.33
Hex2CB1884B0171Fa23c2b
Octal54261210113027372427453
Binary101100101100011000100010010110101111111110100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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