#2FBA71

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

Shades of Medium Sea Green #2FBA71

Tints of Medium Sea Green #2FBA71

Color information

#2FBA71 (or 0x2FBA71) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BA and 71. RGB value is (47,186,113). Sum of RGB (Red+Green+Blue) = 47+186+113=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA71 is #D0458E. Grayscale: #888888. Windows color (decimal): -13649295 or 7453231. OLE color: 7453231.

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

Color convert

RGB47186113-
CMYK0.7500.390.27
HSL148.49º59.66%45.69%-
HSV(B)148.49º74.73%72.94%-
XYZ21.7136.9121.6-
YUV136.12114.9564.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.58%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=13.58%
G=53.76%
B=32.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861130.7500.390.27148.4959.6645.69
Hex2FBA714B0271B943c2e
Octal57272161113047332247456
Binary101111101110101110001100101101001111101110010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,113); }

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

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

 a { background-color: rgb(47,186,113); }

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

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

 span { border-color: rgb(47,186,113); }

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