Html Css Color HEX #2FC872 Medium Sea Green

📋 copy color: '#2FC872'

red 47 ◦ green 200 ◦ blue 114

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

Shades of Medium Sea Green #2FC872

Tints of Medium Sea Green #2FC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 13.02%
G = 55.4%
B = 31.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#2FC872 (or 0x2FC872) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 72. RGB value is (47,200,114). Sum of RGB (Red+Green+Blue) = 47+200+114=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC872 is #D0378D. Grayscale: #909090. Windows color (decimal): -13645710 or 7522351. OLE color: 7522351.

HSL color Cylindrical-coordinate representation of color #2FC872: hue angle of 146.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC872 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 114 -
CMYK 0.76 0 0.43 0.22
HSL 146.27º 0.62% 0.48% -
HSV(B) 146.27º 0.77% 0.78% -
XYZ 24.86 43.13 22.93 -
YUV 144.45 110.81 58.49 -
System Red Green Blue C M Y K H S L
Decimal 47 200 114 0.76 0 0.43 0.22 146.27 0.62 0.48
Hex 2F C8 72 4C 0 2B 16 92 3E 30
Octal 57 310 162 114 0 53 26 222 76 60
Binary 101111 11001000 1110010 1001100 0 101011 10110 10010010 111110 110000

Color Harmonies of #2FC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC872

Black with #2FC872

Text Example


Text Example

White with #2FC872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,200,114); }

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

background-color css

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

 a { background-color: rgb(47,200,114); }

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

border-color css

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

 span { border-color: rgb(47,200,114); }

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