#2FB77A

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

Shades of Medium Sea Green #2FB77A

Tints of Medium Sea Green #2FB77A

Color information

#2FB77A (or 0x2FB77A) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B7 and 7A. RGB value is (47,183,122). Sum of RGB (Red+Green+Blue) = 47+183+122=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB77A is #D04885. Grayscale: #878787. Windows color (decimal): -13650054 or 8042287. OLE color: 8042287.

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

Color convert

RGB47183122-
CMYK0.7400.330.28
HSL153.09º59.13%45.1%-
HSV(B)153.09º74.32%71.76%-
XYZ21.6235.8824.2-
YUV135.38120.4464.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=13.35%
G=51.99%
B=34.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471831220.7400.330.28153.0959.1345.1
Hex2FB77A4A0211C993b2d
Octal57267172112041342317355
Binary101111101101111111010100101001000011110010011001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,183,122); }

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

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

 a { background-color: rgb(47,183,122); }

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

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

 span { border-color: rgb(47,183,122); }

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