#2FD173

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

Shades of Medium Sea Green #2FD173

Tints of Medium Sea Green #2FD173

Color information

#2FD173 (or 0x2FD173) is unknown color: approx Medium Sea Green. HEX triplet: 2F, D1 and 73. RGB value is (47,209,115). Sum of RGB (Red+Green+Blue) = 47+209+115=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD173 is #D02E8C. Grayscale: #969696. Windows color (decimal): -13643405 or 7590191. OLE color: 7590191.

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

Color convert

RGB47209115-
CMYK0.7800.450.18
HSL145.19º63.78%50.2%-
HSV(B)145.19º77.51%81.96%-
XYZ27.0747.4423.95-
YUV149.85108.3354.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 209 (82.03% from 255) = 56.33%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=12.67%
G=56.33%
B=31.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal472091150.7800.450.18145.1963.7850.2
Hex2FD1734E02D12914032
Octal573211631160552222110062
Binary1011111101000111100111001110010110110010100100011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,209,115); }

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

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

 a { background-color: rgb(47,209,115); }

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

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

 span { border-color: rgb(47,209,115); }

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