#2FC465

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

Shades of Medium Sea Green #2FC465

Tints of Medium Sea Green #2FC465

Color information

#2FC465 (or 0x2FC465) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C4 and 65. RGB value is (47,196,101). Sum of RGB (Red+Green+Blue) = 47+196+101=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC465 is #D03B9A. Grayscale: #8C8C8C. Windows color (decimal): -13646747 or 6669359. OLE color: 6669359.

HSL color Cylindrical-coordinate representation of color #2FC465: hue angle of 141.74º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC465 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB47196101-
CMYK0.7600.480.23
HSL141.74º61.32%47.65%-
HSV(B)141.74º76.02%76.86%-
XYZ23.2641.0219-
YUV140.62105.6461.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.66%
GREEN value IS 196 (76.95% from 255) = 56.98%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=13.66%
G=56.98%
B=29.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471961010.7600.480.23141.7461.3247.65
Hex2FC4654C030178e3d30
Octal57304145114060272167560
Binary101111110001001100101100110001100001011110001110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,101); }

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

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

 a { background-color: rgb(47,196,101); }

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

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

 span { border-color: rgb(47,196,101); }

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