Html Css Color HEX #2FB86F Medium Sea Green

📋 copy color: '#2FB86F'

red 47 ◦ green 184 ◦ blue 111

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

Shades of Medium Sea Green #2FB86F

Tints of Medium Sea Green #2FB86F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 13.74%
G = 53.8%
B = 32.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#2FB86F (or 0x2FB86F) is known color: Medium Sea Green. HEX triplet: 2F, B8 and 6F. RGB value is (47,184,111). Sum of RGB (Red+Green+Blue) = 47+184+111=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB86F is #D04790. Grayscale: #868686. Windows color (decimal): -13649809 or 7321647. OLE color: 7321647.

HSL color Cylindrical-coordinate representation of color #2FB86F: hue angle of 148.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB86F is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 111 -
CMYK 0.74 0 0.40 0.28
HSL 148.03º 0.59% 0.45% -
HSV(B) 148.03º 0.74% 0.72% -
XYZ 21.18 36.03 20.88 -
YUV 134.72 114.61 65.44 -
System Red Green Blue C M Y K H S L
Decimal 47 184 111 0.74 0 0.40 0.28 148.03 0.59 0.45
Hex 2F B8 6F 4A 0 28 1C 94 3B 2D
Octal 57 270 157 112 0 50 34 224 73 55
Binary 101111 10111000 1101111 1001010 0 101000 11100 10010100 111011 101101

Color Harmonies of #2FB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB86F

Black with #2FB86F

Text Example


Text Example

White with #2FB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,111); }

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

background-color css

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

 a { background-color: rgb(47,184,111); }

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

border-color css

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

 span { border-color: rgb(47,184,111); }

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