Html Css Color HEX #2FD767 Emerald

📋 copy color: '#2FD767'

red 47 ◦ green 215 ◦ blue 103

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

Shades of Emerald #2FD767

Tints of Emerald #2FD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.9%

 BLUE value IS 103 (40.63% from 255) = 28.22%

R = 12.88%
G = 58.9%
B = 28.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#2FD767 (or 0x2FD767) is known color: Emerald. HEX triplet: 2F, D7 and 67. RGB value is (47,215,103). Sum of RGB (Red+Green+Blue) = 47+215+103=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD767 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD767 is #D02898. Grayscale: #989898. Windows color (decimal): -13641881 or 6805295. OLE color: 6805295.

HSL color Cylindrical-coordinate representation of color #2FD767: hue angle of 140º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD767 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 215 103 -
CMYK 0.78 0 0.52 0.16
HSL 140º 0.68% 0.51% -
HSV(B) 140º 0.78% 0.84% -
XYZ 27.92 50.18 21.05 -
YUV 152 100.34 53.11 -
System Red Green Blue C M Y K H S L
Decimal 47 215 103 0.78 0 0.52 0.16 140 0.68 0.51
Hex 2F D7 67 4E 0 34 10 8C 44 33
Octal 57 327 147 116 0 64 20 214 104 63
Binary 101111 11010111 1100111 1001110 0 110100 10000 10001100 1000100 110011

Color Harmonies of #2FD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD767

Black with #2FD767

Text Example


Text Example

White with #2FD767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,103); }

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

background-color css

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

 a { background-color: rgb(47,215,103); }

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

border-color css

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

 span { border-color: rgb(47,215,103); }

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