#2CB376

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

Shades of Medium Sea Green #2CB376

Tints of Medium Sea Green #2CB376

Color information

#2CB376 (or 0x2CB376) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B3 and 76. RGB value is (44,179,118). Sum of RGB (Red+Green+Blue) = 44+179+118=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB376 is #D34C89. Grayscale: #838383. Windows color (decimal): -13847690 or 7779116. OLE color: 7779116.

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

Color convert

RGB44179118-
CMYK0.7500.340.30
HSL152.89º60.54%43.73%-
HSV(B)152.89º75.42%70.2%-
XYZ20.4334.0822.64-
YUV131.68120.2765.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=12.90%
G=52.49%
B=34.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441791180.7500.340.30152.8960.5443.73
Hex2CB3764B0221E993d2c
Octal54263166113042362317554
Binary101100101100111110110100101101000101111010011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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