#2CD279

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

Shades of Medium Sea Green #2CD279

Tints of Medium Sea Green #2CD279

Color information

#2CD279 (or 0x2CD279) is unknown color: approx Medium Sea Green. HEX triplet: 2C, D2 and 79. RGB value is (44,210,121). Sum of RGB (Red+Green+Blue) = 44+210+121=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD279 is #D32D86. Grayscale: #969696. Windows color (decimal): -13839751 or 7983660. OLE color: 7983660.

HSL color Cylindrical-coordinate representation of color #2CD279: hue angle of 147.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD279 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB44210121-
CMYK0.7900.420.18
HSL147.83º65.35%49.8%-
HSV(B)147.83º79.05%82.35%-
XYZ27.5448.0125.9-
YUV150.22111.552.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=11.73%
G=56%
B=32.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal442101210.7900.420.18147.8365.3549.8
Hex2CD2794F02A12944132
Octal543221711170522222410162
Binary1011001101001011110011001111010101010010100101001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,210,121); }

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

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

 a { background-color: rgb(44,210,121); }

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

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

 span { border-color: rgb(44,210,121); }

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