#2FAC77

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

Shades of Medium Sea Green #2FAC77

Tints of Medium Sea Green #2FAC77

Color information

#2FAC77 (or 0x2FAC77) is unknown color: approx Medium Sea Green. HEX triplet: 2F, AC and 77. RGB value is (47,172,119). Sum of RGB (Red+Green+Blue) = 47+172+119=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC77 is #D05388. Grayscale: #808080. Windows color (decimal): -13652873 or 7842863. OLE color: 7842863.

HSL color Cylindrical-coordinate representation of color #2FAC77: hue angle of 154.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC77 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB47172119-
CMYK0.7300.310.33
HSL154.56º57.08%42.94%-
HSV(B)154.56º72.67%67.45%-
XYZ19.2531.4422.51-
YUV128.58122.5969.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=13.91%
G=50.89%
B=35.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471721190.7300.310.33154.5657.0842.94
Hex2FAC774901F219b392b
Octal57254167111037412337153
Binary101111101011001110111100100101111110000110011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,172,119); }

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

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

 a { background-color: rgb(47,172,119); }

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

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

 span { border-color: rgb(47,172,119); }

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