#2FB16D

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

Shades of Medium Sea Green #2FB16D

Tints of Medium Sea Green #2FB16D

Color information

#2FB16D (or 0x2FB16D) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B1 and 6D. RGB value is (47,177,109). Sum of RGB (Red+Green+Blue) = 47+177+109=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB16D is #D04E92. Grayscale: #828282. Windows color (decimal): -13651603 or 7188783. OLE color: 7188783.

HSL color Cylindrical-coordinate representation of color #2FB16D: hue angle of 148.62º 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 #2FB16D is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB47177109-
CMYK0.7300.380.31
HSL148.62º58.04%43.92%-
HSV(B)148.62º73.45%69.41%-
XYZ19.6533.1519.83-
YUV130.38115.9368.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.11%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=14.11%
G=53.15%
B=32.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771090.7300.380.31148.6258.0443.92
Hex2FB16D490261F953a2c
Octal57261155111046372257254
Binary101111101100011101101100100101001101111110010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,177,109); }

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

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

 a { background-color: rgb(47,177,109); }

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

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

 span { border-color: rgb(47,177,109); }

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