#2FC470

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

Shades of Medium Sea Green #2FC470

Tints of Medium Sea Green #2FC470

Color information

#2FC470 (or 0x2FC470) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C4 and 70. RGB value is (47,196,112). Sum of RGB (Red+Green+Blue) = 47+196+112=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC470 is #D03B8F. Grayscale: #8E8E8E. Windows color (decimal): -13646736 or 7390255. OLE color: 7390255.

HSL color Cylindrical-coordinate representation of color #2FC470: hue angle of 146.17º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC470 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB47196112-
CMYK0.7600.430.23
HSL146.17º61.32%47.65%-
HSV(B)146.17º76.02%76.86%-
XYZ23.8441.2522.04-
YUV141.87111.1460.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.24%
GREEN value IS 196 (76.95% from 255) = 55.21%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=13.24%
G=55.21%
B=31.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471961120.7600.430.23146.1761.3247.65
Hex2FC4704C02B17923d30
Octal57304160114053272227560
Binary101111110001001110000100110001010111011110010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,112); }

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

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

 a { background-color: rgb(47,196,112); }

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

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

 span { border-color: rgb(47,196,112); }

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