Html Css Color HEX #2FA86B Medium Sea Green

📋 copy color: '#2FA86B'

red 47 ◦ green 168 ◦ blue 107

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

Shades of Medium Sea Green #2FA86B

Tints of Medium Sea Green #2FA86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 14.6%
G = 52.17%
B = 33.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#2FA86B (or 0x2FA86B) is known color: Medium Sea Green. HEX triplet: 2F, A8 and 6B. RGB value is (47,168,107). Sum of RGB (Red+Green+Blue) = 47+168+107=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA86B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA86B is #D05794. Grayscale: #7C7C7C. Windows color (decimal): -13653909 or 7055407. OLE color: 7055407.

HSL color Cylindrical-coordinate representation of color #2FA86B: hue angle of 149.75º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA86B is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 168 107 -
CMYK 0.72 0 0.36 0.34
HSL 149.75º 0.56% 0.42% -
HSV(B) 149.75º 0.72% 0.66% -
XYZ 17.83 29.67 18.7 -
YUV 124.87 117.91 72.46 -
System Red Green Blue C M Y K H S L
Decimal 47 168 107 0.72 0 0.36 0.34 149.75 0.56 0.42
Hex 2F A8 6B 48 0 24 22 96 38 2A
Octal 57 250 153 110 0 44 42 226 70 52
Binary 101111 10101000 1101011 1001000 0 100100 100010 10010110 111000 101010

Color Harmonies of #2FA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA86B

Black with #2FA86B

Text Example


Text Example

White with #2FA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,168,107); }

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

background-color css

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

 a { background-color: rgb(47,168,107); }

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

border-color css

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

 span { border-color: rgb(47,168,107); }

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