#2FB160

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

Shades of Medium Sea Green #2FB160

Tints of Medium Sea Green #2FB160

Color information

#2FB160 (or 0x2FB160) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B1 and 60. RGB value is (47,177,96). Sum of RGB (Red+Green+Blue) = 47+177+96=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB160 is #D04E9F. Grayscale: #818181. Windows color (decimal): -13651616 or 6336815. OLE color: 6336815.

HSL color Cylindrical-coordinate representation of color #2FB160: hue angle of 142.62º 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 #2FB160 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB4717796-
CMYK0.7300.460.31
HSL142.62º58.04%43.92%-
HSV(B)142.62º73.45%69.41%-
XYZ19.0132.8916.41-
YUV128.9109.4369.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 177 (69.53% from 255) = 55.31%
BLUE value IS 96 (37.89% from 255) = 30%
R=14.69%
G=55.31%
B=30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47177960.7300.460.31142.6258.0443.92
Hex2FB1604902E1F8f3a2c
Octal57261140111056372177254
Binary101111101100011100000100100101011101111110001111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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