#2FB577

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

Shades of Medium Sea Green #2FB577

Tints of Medium Sea Green #2FB577

Color information

#2FB577 (or 0x2FB577) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B5 and 77. RGB value is (47,181,119). Sum of RGB (Red+Green+Blue) = 47+181+119=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB577 is #D04A88. Grayscale: #858585. Windows color (decimal): -13650569 or 7845167. OLE color: 7845167.

HSL color Cylindrical-coordinate representation of color #2FB577: hue angle of 152.24º 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 #2FB577 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB47181119-
CMYK0.7400.340.29
HSL152.24º58.77%44.71%-
HSV(B)152.24º74.03%70.98%-
XYZ21.0334.9823.1-
YUV133.87119.6166.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.54%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=13.54%
G=52.16%
B=34.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471811190.7400.340.29152.2458.7744.71
Hex2FB5774A0221D983b2d
Octal57265167112042352307355
Binary101111101101011110111100101001000101110110011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,181,119); }

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

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

 a { background-color: rgb(47,181,119); }

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

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

 span { border-color: rgb(47,181,119); }

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