#2DC56B

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

Shades of Medium Sea Green #2DC56B

Tints of Medium Sea Green #2DC56B

Color information

#2DC56B (or 0x2DC56B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C5 and 6B. RGB value is (45,197,107). Sum of RGB (Red+Green+Blue) = 45+197+107=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC56B is #D23A94. Grayscale: #8D8D8D. Windows color (decimal): -13777557 or 7062829. OLE color: 7062829.

HSL color Cylindrical-coordinate representation of color #2DC56B: hue angle of 144.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC56B is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB45197107-
CMYK0.7700.460.23
HSL144.47º62.81%47.45%-
HSV(B)144.47º77.16%77.25%-
XYZ23.741.5520.68-
YUV141.29108.6459.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 197 (77.34% from 255) = 56.45%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=12.89%
G=56.45%
B=30.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451971070.7700.460.23144.4762.8147.45
Hex2DC56B4D02E17903f2f
Octal55305153115056272207757
Binary101101110001011101011100110101011101011110010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,197,107); }

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

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

 a { background-color: rgb(45,197,107); }

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

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

 span { border-color: rgb(45,197,107); }

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