#2FB06E

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

Shades of Medium Sea Green #2FB06E

Tints of Medium Sea Green #2FB06E

Color information

#2FB06E (or 0x2FB06E) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B0 and 6E. RGB value is (47,176,110). Sum of RGB (Red+Green+Blue) = 47+176+110=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB06E is #D04F91. Grayscale: #828282. Windows color (decimal): -13651858 or 7254063. OLE color: 7254063.

HSL color Cylindrical-coordinate representation of color #2FB06E: hue angle of 149.3º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB06E is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB47176110-
CMYK0.7300.370.31
HSL149.3º57.85%43.73%-
HSV(B)149.3º73.3%69.02%-
XYZ19.5132.7820.05-
YUV129.9116.7668.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.11%
GREEN value IS 176 (69.14% from 255) = 52.85%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=14.11%
G=52.85%
B=33.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471761100.7300.370.31149.357.8543.73
Hex2FB06E490251F953a2c
Octal57260156111045372257254
Binary101111101100001101110100100101001011111110010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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