Html Css Color HEX #2FB973 Medium Sea Green

📋 copy color: '#2FB973'

red 47 ◦ green 185 ◦ blue 115

#2FB973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2FB973

Tints of Medium Sea Green #2FB973

RGB

 RED value IS 47 (18.75% from 255) = 13.54%

 GREEN value IS 185 (72.66% from 255) = 53.31%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 13.54%
G = 53.31%
B = 33.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#2FB973 (or 0x2FB973) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 73. RGB value is (47,185,115). Sum of RGB (Red+Green+Blue) = 47+185+115=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB973 is #D0468C. Grayscale: #878787. Windows color (decimal): -13649549 or 7584047. OLE color: 7584047.

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

Color convert

RGB 47 185 115 -
CMYK 0.75 0 0.38 0.27
HSL 149.57º 0.59% 0.45% -
HSV(B) 149.57º 0.75% 0.73% -
XYZ 21.62 36.54 22.13 -
YUV 135.76 116.28 64.69 -
System Red Green Blue C M Y K H S L
Decimal 47 185 115 0.75 0 0.38 0.27 149.57 0.59 0.45
Hex 2F B9 73 4B 0 26 1B 96 3B 2D
Octal 57 271 163 113 0 46 33 226 73 55
Binary 101111 10111001 1110011 1001011 0 100110 11011 10010110 111011 101101

Color Harmonies of #2FB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB973

Black with #2FB973

Text Example


Text Example

White with #2FB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,185,115); }

 H1.HeaderClassName
 {
   color: #2FB973;
 }
 .AnyTagClassName
 {
   color: #2FB973;
 }
</style>

background-color css

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

 a { background-color: rgb(47,185,115); }

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

border-color css

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

 span { border-color: rgb(47,185,115); }

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