#2FA473

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

Shades of Medium Sea Green #2FA473

Tints of Medium Sea Green #2FA473

Color information

#2FA473 (or 0x2FA473) is unknown color: approx Medium Sea Green. HEX triplet: 2F, A4 and 73. RGB value is (47,164,115). Sum of RGB (Red+Green+Blue) = 47+164+115=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA473 is #D05B8C. Grayscale: #7B7B7B. Windows color (decimal): -13654925 or 7578671. OLE color: 7578671.

HSL color Cylindrical-coordinate representation of color #2FA473: hue angle of 154.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA473 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB47164115-
CMYK0.7100.300.36
HSL154.87º55.45%41.37%-
HSV(B)154.87º71.34%64.31%-
XYZ17.5428.3920.78-
YUV123.43123.2473.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=14.42%
G=50.31%
B=35.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641150.7100.300.36154.8755.4541.37
Hex2FA4734701E249b3729
Octal57244163107036442336751
Binary101111101001001110011100011101111010010010011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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