#2FB47A

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

Shades of Medium Sea Green #2FB47A

Tints of Medium Sea Green #2FB47A

Color information

#2FB47A (or 0x2FB47A) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B4 and 7A. RGB value is (47,180,122). Sum of RGB (Red+Green+Blue) = 47+180+122=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB47A is #D04B85. Grayscale: #858585. Windows color (decimal): -13650822 or 8041519. OLE color: 8041519.

HSL color Cylindrical-coordinate representation of color #2FB47A: hue angle of 153.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB47A is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB47180122-
CMYK0.7400.320.29
HSL153.83º58.59%44.51%-
HSV(B)153.83º73.89%70.59%-
XYZ21.0134.6523.99-
YUV133.62121.4466.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.47%
GREEN value IS 180 (70.70% from 255) = 51.58%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=13.47%
G=51.58%
B=34.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801220.7400.320.29153.8358.5944.51
Hex2FB47A4A0201D9a3b2d
Octal57264172112040352327355
Binary101111101101001111010100101001000001110110011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,122); }

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

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

 a { background-color: rgb(47,180,122); }

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

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

 span { border-color: rgb(47,180,122); }

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