#2FB472

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

Shades of Medium Sea Green #2FB472

Tints of Medium Sea Green #2FB472

Color information

#2FB472 (or 0x2FB472) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B4 and 72. RGB value is (47,180,114). Sum of RGB (Red+Green+Blue) = 47+180+114=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB472 is #D04B8D. Grayscale: #848484. Windows color (decimal): -13650830 or 7517231. OLE color: 7517231.

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

Color convert

RGB47180114-
CMYK0.7400.370.29
HSL150.23º58.59%44.51%-
HSV(B)150.23º73.89%70.59%-
XYZ20.5334.4621.49-
YUV132.71117.4466.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.78%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=13.78%
G=52.79%
B=33.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801140.7400.370.29150.2358.5944.51
Hex2FB4724A0251D963b2d
Octal57264162112045352267355
Binary101111101101001110010100101001001011110110010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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