Html Css Color HEX #2FB974 Medium Sea Green

📋 copy color: '#2FB974'

red 47 ◦ green 185 ◦ blue 116

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

Shades of Medium Sea Green #2FB974

Tints of Medium Sea Green #2FB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 13.51%
G = 53.16%
B = 33.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#2FB974 (or 0x2FB974) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 74. RGB value is (47,185,116). Sum of RGB (Red+Green+Blue) = 47+185+116=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB974 is #D0468B. Grayscale: #888888. Windows color (decimal): -13649548 or 7649583. OLE color: 7649583.

HSL color Cylindrical-coordinate representation of color #2FB974: hue angle of 150º 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 #2FB974 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 185 116 -
CMYK 0.75 0 0.37 0.27
HSL 150º 0.59% 0.45% -
HSV(B) 150º 0.75% 0.73% -
XYZ 21.67 36.56 22.44 -
YUV 135.87 116.78 64.61 -
System Red Green Blue C M Y K H S L
Decimal 47 185 116 0.75 0 0.37 0.27 150 0.59 0.45
Hex 2F B9 74 4B 0 25 1B 96 3B 2D
Octal 57 271 164 113 0 45 33 226 73 55
Binary 101111 10111001 1110100 1001011 0 100101 11011 10010110 111011 101101

Color Harmonies of #2FB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB974

Black with #2FB974

Text Example


Text Example

White with #2FB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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