#2FB978

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

Shades of Medium Sea Green #2FB978

Tints of Medium Sea Green #2FB978

Color information

#2FB978 (or 0x2FB978) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B9 and 78. RGB value is (47,185,120). Sum of RGB (Red+Green+Blue) = 47+185+120=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB978 is #D04687. Grayscale: #888888. Windows color (decimal): -13649544 or 7911727. OLE color: 7911727.

HSL color Cylindrical-coordinate representation of color #2FB978: hue angle of 151.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB978 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB47185120-
CMYK0.7500.350.27
HSL151.74º59.48%45.49%-
HSV(B)151.74º74.59%72.55%-
XYZ21.9136.6623.69-
YUV136.33118.7864.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=13.35%
G=52.56%
B=34.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471851200.7500.350.27151.7459.4845.49
Hex2FB9784B0231B983b2d
Octal57271170113043332307355
Binary101111101110011111000100101101000111101110011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,185,120); }

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

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

 a { background-color: rgb(47,185,120); }

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

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

 span { border-color: rgb(47,185,120); }

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