Html Css Color HEX #2FC073 Medium Sea Green

📋 copy color: '#2FC073'

red 47 ◦ green 192 ◦ blue 115

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

Shades of Medium Sea Green #2FC073

Tints of Medium Sea Green #2FC073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 13.28%
G = 54.24%
B = 32.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#2FC073 (or 0x2FC073) is known color: Medium Sea Green. HEX triplet: 2F, C0 and 73. RGB value is (47,192,115). Sum of RGB (Red+Green+Blue) = 47+192+115=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC073 is #D03F8C. Grayscale: #8C8C8C. Windows color (decimal): -13647757 or 7585839. OLE color: 7585839.

HSL color Cylindrical-coordinate representation of color #2FC073: hue angle of 148.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC073 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 115 -
CMYK 0.76 0 0.40 0.25
HSL 148.14º 0.61% 0.47% -
HSV(B) 148.14º 0.76% 0.75% -
XYZ 23.12 39.54 22.63 -
YUV 139.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 47 192 115 0.76 0 0.40 0.25 148.14 0.61 0.47
Hex 2F C0 73 4C 0 28 19 94 3D 2F
Octal 57 300 163 114 0 50 31 224 75 57
Binary 101111 11000000 1110011 1001100 0 101000 11001 10010100 111101 101111

Color Harmonies of #2FC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC073

Black with #2FC073

Text Example


Text Example

White with #2FC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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