#2FBA62

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

Shades of Medium Sea Green #2FBA62

Tints of Medium Sea Green #2FBA62

Color information

#2FBA62 (or 0x2FBA62) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BA and 62. RGB value is (47,186,98). Sum of RGB (Red+Green+Blue) = 47+186+98=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA62 is #D0459D. Grayscale: #868686. Windows color (decimal): -13649310 or 6470191. OLE color: 6470191.

HSL color Cylindrical-coordinate representation of color #2FBA62: hue angle of 142.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA62 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB4718698-
CMYK0.7500.470.27
HSL142.01º59.66%45.69%-
HSV(B)142.01º74.73%72.94%-
XYZ20.9436.617.52-
YUV134.41107.4565.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.20%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=14.20%
G=56.19%
B=29.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186980.7500.470.27142.0159.6645.69
Hex2FBA624B02F1B8e3c2e
Octal57272142113057332167456
Binary101111101110101100010100101101011111101110001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,98); }

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

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

 a { background-color: rgb(47,186,98); }

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

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

 span { border-color: rgb(47,186,98); }

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