Html Css Color HEX #2FB376 Medium Sea Green

📋 copy color: '#2FB376'

red 47 ◦ green 179 ◦ blue 118

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

Shades of Medium Sea Green #2FB376

Tints of Medium Sea Green #2FB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.03%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 13.66%
G = 52.03%
B = 34.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#2FB376 (or 0x2FB376) is known color: Medium Sea Green. HEX triplet: 2F, B3 and 76. RGB value is (47,179,118). Sum of RGB (Red+Green+Blue) = 47+179+118=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB376 is #D04C89. Grayscale: #848484. Windows color (decimal): -13651082 or 7779119. OLE color: 7779119.

HSL color Cylindrical-coordinate representation of color #2FB376: hue angle of 152.27º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB376 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 118 -
CMYK 0.74 0 0.34 0.30
HSL 152.27º 0.58% 0.44% -
HSV(B) 152.27º 0.74% 0.7% -
XYZ 20.56 34.15 22.65 -
YUV 132.58 119.77 66.96 -
System Red Green Blue C M Y K H S L
Decimal 47 179 118 0.74 0 0.34 0.30 152.27 0.58 0.44
Hex 2F B3 76 4A 0 22 1E 98 3A 2C
Octal 57 263 166 112 0 42 36 230 72 54
Binary 101111 10110011 1110110 1001010 0 100010 11110 10011000 111010 101100

Color Harmonies of #2FB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB376

Black with #2FB376

Text Example


Text Example

White with #2FB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,118); }

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

background-color css

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

 a { background-color: rgb(47,179,118); }

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

border-color css

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

 span { border-color: rgb(47,179,118); }

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