#2FB461

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

Shades of Medium Sea Green #2FB461

Tints of Medium Sea Green #2FB461

Color information

#2FB461 (or 0x2FB461) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B4 and 61. RGB value is (47,180,97). Sum of RGB (Red+Green+Blue) = 47+180+97=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB461 is #D04B9E. Grayscale: #828282. Windows color (decimal): -13650847 or 6403119. OLE color: 6403119.

HSL color Cylindrical-coordinate representation of color #2FB461: hue angle of 142.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB461 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB4718097-
CMYK0.7400.460.29
HSL142.56º58.59%44.51%-
HSV(B)142.56º73.89%70.59%-
XYZ19.6534.1116.86-
YUV130.77108.9468.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=14.51%
G=55.56%
B=29.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47180970.7400.460.29142.5658.5944.51
Hex2FB4614A02E1D8f3b2d
Octal57264141112056352177355
Binary101111101101001100001100101001011101110110001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,97); }

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

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

 a { background-color: rgb(47,180,97); }

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

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

 span { border-color: rgb(47,180,97); }

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