#2faf60

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

Shades of Medium Sea Green #2FAF60

Tints of Medium Sea Green #2FAF60

Color information

#2FAF60 (or 0x2FAF60) is unknown color: approx Medium Sea Green. HEX triplet: 2F, AF and 60. RGB value is (47,175,96). Sum of RGB (Red+Green+Blue) = 47+175+96=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF60 is #D0509F. Grayscale: #7F7F7F. Windows color (decimal): -13652128 or 6336303. OLE color: 6336303.

HSL color Cylindrical-coordinate representation of color #2FAF60: hue angle of 142.97º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF60 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB4717596-
CMYK0.7300.450.31
HSL142.97º57.66%43.53%-
HSV(B)142.97º73.14%68.63%-
XYZ18.6132.1116.28-
YUV127.72110.0970.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=14.78%
G=55.03%
B=30.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47175960.7300.450.31142.9757.6643.53
Hex2FAF604902D1F8f3a2c
Octal57257140111055372177254
Binary101111101011111100000100100101011011111110001111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2faf60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,175,96); }

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

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

 a { background-color: rgb(47,175,96); }

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

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

 span { border-color: rgb(47,175,96); }

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