#2FB86E

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

Shades of Medium Sea Green #2FB86E

Tints of Medium Sea Green #2FB86E

Color information

#2FB86E (or 0x2FB86E) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B8 and 6E. RGB value is (47,184,110). Sum of RGB (Red+Green+Blue) = 47+184+110=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB86E is #D04791. Grayscale: #868686. Windows color (decimal): -13649810 or 7256111. OLE color: 7256111.

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

Color convert

RGB47184110-
CMYK0.7400.400.28
HSL147.59º59.31%45.29%-
HSV(B)147.59º74.46%72.16%-
XYZ21.1336.0120.59-
YUV134.6114.1165.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.78%
GREEN value IS 184 (72.27% from 255) = 53.96%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=13.78%
G=53.96%
B=32.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471841100.7400.400.28147.5959.3145.29
Hex2FB86E4A0281C943b2d
Octal57270156112050342247355
Binary101111101110001101110100101001010001110010010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,184,110); }

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

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

 a { background-color: rgb(47,184,110); }

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

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

 span { border-color: rgb(47,184,110); }

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