#2fbd6c

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

Shades of Medium Sea Green #2FBD6C

Tints of Medium Sea Green #2FBD6C

Color information

#2FBD6C (or 0x2FBD6C) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BD and 6C. RGB value is (47,189,108). Sum of RGB (Red+Green+Blue) = 47+189+108=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBD6C is #D04293. Grayscale: #898989. Windows color (decimal): -13648532 or 7126319. OLE color: 7126319.

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

Color convert

RGB47189108-
CMYK0.7500.430.26
HSL145.77º60.17%46.27%-
HSV(B)145.77º75.13%74.12%-
XYZ22.0838.0820.37-
YUV137.31111.4663.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.66%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=13.66%
G=54.94%
B=31.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471891080.7500.430.26145.7760.1746.27
Hex2FBD6C4B02B1A923c2e
Octal57275154113053322227456
Binary101111101111011101100100101101010111101010010010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fbd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,189,108); }

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

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

 a { background-color: rgb(47,189,108); }

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

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

 span { border-color: rgb(47,189,108); }

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