#2FA670

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

Shades of Medium Sea Green #2FA670

Tints of Medium Sea Green #2FA670

Color information

#2FA670 (or 0x2FA670) is unknown color: approx Medium Sea Green. HEX triplet: 2F, A6 and 70. RGB value is (47,166,112). Sum of RGB (Red+Green+Blue) = 47+166+112=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA670 is #D0598F. Grayscale: #7C7C7C. Windows color (decimal): -13654416 or 7382575. OLE color: 7382575.

HSL color Cylindrical-coordinate representation of color #2FA670: hue angle of 152.77º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA670 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB47166112-
CMYK0.7200.330.35
HSL152.77º55.87%41.76%-
HSV(B)152.77º71.69%65.1%-
XYZ17.7329.0520-
YUV124.26121.0872.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=14.46%
G=51.08%
B=34.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471661120.7200.330.35152.7755.8741.76
Hex2FA670480212399382a
Octal57246160110041432317052
Binary1011111010011011100001001000010000110001110011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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