Html Css Color HEX #2FD973 Emerald

📋 copy color: '#2FD973'

red 47 ◦ green 217 ◦ blue 115

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

Shades of Emerald #2FD973

Tints of Emerald #2FD973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.26%

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

R = 12.4%
G = 57.26%
B = 30.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#2FD973 (or 0x2FD973) is known color: Emerald. HEX triplet: 2F, D9 and 73. RGB value is (47,217,115). Sum of RGB (Red+Green+Blue) = 47+217+115=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD973 is #D0268C. Grayscale: #9A9A9A. Windows color (decimal): -13641357 or 7592239. OLE color: 7592239.

HSL color Cylindrical-coordinate representation of color #2FD973: hue angle of 144º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD973 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 115 -
CMYK 0.78 0 0.47 0.15
HSL 144º 0.69% 0.52% -
HSV(B) 144º 0.78% 0.85% -
XYZ 29.08 51.47 24.62 -
YUV 154.54 105.68 51.29 -
System Red Green Blue C M Y K H S L
Decimal 47 217 115 0.78 0 0.47 0.15 144 0.69 0.52
Hex 2F D9 73 4E 0 2F F 90 45 34
Octal 57 331 163 116 0 57 17 220 105 64
Binary 101111 11011001 1110011 1001110 0 101111 1111 10010000 1000101 110100

Color Harmonies of #2FD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD973

Black with #2FD973

Text Example


Text Example

White with #2FD973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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