#2CBC59

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

Shades of Medium Sea Green #2CBC59

Tints of Medium Sea Green #2CBC59

Color information

#2CBC59 (or 0x2CBC59) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BC and 59. RGB value is (44,188,89). Sum of RGB (Red+Green+Blue) = 44+188+89=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC59 is #D343A6. Grayscale: #858585. Windows color (decimal): -13845415 or 5880876. OLE color: 5880876.

HSL color Cylindrical-coordinate representation of color #2CBC59: hue angle of 138.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC59 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB4418889-
CMYK0.7700.530.26
HSL138.75º62.07%45.49%-
HSV(B)138.75º76.6%73.73%-
XYZ20.8337.2215.54-
YUV133.66102.7964.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=13.71%
G=58.57%
B=27.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44188890.7700.530.26138.7562.0745.49
Hex2CBC594D0351A8b3e2d
Octal54274131115065322137655
Binary101100101111001011001100110101101011101010001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,188,89); }

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

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

 a { background-color: rgb(44,188,89); }

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

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

 span { border-color: rgb(44,188,89); }

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