#2DC461

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

Shades of Medium Sea Green #2DC461

Tints of Medium Sea Green #2DC461

Color information

#2DC461 (or 0x2DC461) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C4 and 61. RGB value is (45,196,97). Sum of RGB (Red+Green+Blue) = 45+196+97=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC461 is #D23B9E. Grayscale: #8B8B8B. Windows color (decimal): -13777823 or 6407213. OLE color: 6407213.

HSL color Cylindrical-coordinate representation of color #2DC461: hue angle of 140.66º 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 #2DC461 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB4519697-
CMYK0.7700.510.23
HSL140.66º62.66%47.25%-
HSV(B)140.66º77.04%76.86%-
XYZ22.9840.917.99-
YUV139.56103.9760.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=13.31%
G=57.99%
B=28.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45196970.7700.510.23140.6662.6647.25
Hex2DC4614D033178d3f2f
Octal55304141115063272157757
Binary101101110001001100001100110101100111011110001101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,196,97); }

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

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

 a { background-color: rgb(45,196,97); }

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

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

 span { border-color: rgb(45,196,97); }

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