#2FAC6C

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

Shades of Medium Sea Green #2FAC6C

Tints of Medium Sea Green #2FAC6C

Color information

#2FAC6C (or 0x2FAC6C) is unknown color: approx Medium Sea Green. HEX triplet: 2F, AC and 6C. RGB value is (47,172,108). Sum of RGB (Red+Green+Blue) = 47+172+108=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC6C is #D05393. Grayscale: #7F7F7F. Windows color (decimal): -13652884 or 7121967. OLE color: 7121967.

HSL color Cylindrical-coordinate representation of color #2FAC6C: hue angle of 149.28º 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 #2FAC6C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB47172108-
CMYK0.7300.370.33
HSL149.28º57.08%42.94%-
HSV(B)149.28º72.67%67.45%-
XYZ18.6331.1919.23-
YUV127.33117.0970.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=14.37%
G=52.60%
B=33.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471721080.7300.370.33149.2857.0842.94
Hex2FAC6C490252195392b
Octal57254154111045412257153
Binary1011111010110011011001001001010010110000110010101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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