#2FA474

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

Shades of Medium Sea Green #2FA474

Tints of Medium Sea Green #2FA474

Color information

#2FA474 (or 0x2FA474) is unknown color: approx Medium Sea Green. HEX triplet: 2F, A4 and 74. RGB value is (47,164,116). Sum of RGB (Red+Green+Blue) = 47+164+116=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA474 is #D05B8B. Grayscale: #7B7B7B. Windows color (decimal): -13654924 or 7644207. OLE color: 7644207.

HSL color Cylindrical-coordinate representation of color #2FA474: hue angle of 155.38º 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 #2FA474 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB47164116-
CMYK0.7100.290.36
HSL155.38º55.45%41.37%-
HSV(B)155.38º71.34%64.31%-
XYZ17.628.4221.08-
YUV123.54123.7473.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 164 (64.45% from 255) = 50.15%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=14.37%
G=50.15%
B=35.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641160.7100.290.36155.3855.4541.37
Hex2FA4744701D249b3729
Octal57244164107035442336751
Binary101111101001001110100100011101110110010010011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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