#2CB572

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

Shades of Medium Sea Green #2CB572

Tints of Medium Sea Green #2CB572

Color information

#2CB572 (or 0x2CB572) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B5 and 72. RGB value is (44,181,114). Sum of RGB (Red+Green+Blue) = 44+181+114=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB572 is #D34A8D. Grayscale: #848484. Windows color (decimal): -13847182 or 7517484. OLE color: 7517484.

HSL color Cylindrical-coordinate representation of color #2CB572: hue angle of 150.66º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB572 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB44181114-
CMYK0.7600.370.29
HSL150.66º60.89%44.12%-
HSV(B)150.66º75.69%70.98%-
XYZ20.634.821.55-
YUV132.4117.6164.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.98%
GREEN value IS 181 (71.09% from 255) = 53.39%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=12.98%
G=53.39%
B=33.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441811140.7600.370.29150.6660.8944.12
Hex2CB5724C0251D973d2c
Octal54265162114045352277554
Binary101100101101011110010100110001001011110110010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,114); }

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

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

 a { background-color: rgb(44,181,114); }

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

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

 span { border-color: rgb(44,181,114); }

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