#2FA472

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

Shades of Medium Sea Green #2FA472

Tints of Medium Sea Green #2FA472

Color information

#2FA472 (or 0x2FA472) is unknown color: approx Medium Sea Green. HEX triplet: 2F, A4 and 72. RGB value is (47,164,114). Sum of RGB (Red+Green+Blue) = 47+164+114=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA472 is #D05B8D. Grayscale: #7B7B7B. Windows color (decimal): -13654926 or 7513135. OLE color: 7513135.

HSL color Cylindrical-coordinate representation of color #2FA472: hue angle of 154.36º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA472 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB47164114-
CMYK0.7100.300.36
HSL154.36º55.45%41.37%-
HSV(B)154.36º71.34%64.31%-
XYZ17.4928.3720.47-
YUV123.32122.7473.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=14.46%
G=50.46%
B=35.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641140.7100.300.36154.3655.4541.37
Hex2FA4724701E249a3729
Octal57244162107036442326751
Binary101111101001001110010100011101111010010010011010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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