#2FBA5D

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

Shades of Medium Sea Green #2FBA5D

Tints of Medium Sea Green #2FBA5D

Color information

#2FBA5D (or 0x2FBA5D) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BA and 5D. RGB value is (47,186,93). Sum of RGB (Red+Green+Blue) = 47+186+93=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA5D is #D045A2. Grayscale: #868686. Windows color (decimal): -13649315 or 6142511. OLE color: 6142511.

HSL color Cylindrical-coordinate representation of color #2FBA5D: hue angle of 139.86º 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 #2FBA5D is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB4718693-
CMYK0.7500.50.27
HSL139.86º59.66%45.69%-
HSV(B)139.86º74.73%72.94%-
XYZ20.7136.5116.31-
YUV133.84104.9566.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=14.42%
G=57.06%
B=28.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186930.7500.50.27139.8659.6645.69
Hex2FBA5D4B0321B8c3c2e
Octal57272135113062332147456
Binary101111101110101011101100101101100101101110001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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