Html Css Color HEX #2FAB6B Medium Sea Green

📋 copy color: '#2FAB6B'

red 47 ◦ green 171 ◦ blue 107

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

Shades of Medium Sea Green #2FAB6B

Tints of Medium Sea Green #2FAB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.62%

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

R = 14.46%
G = 52.62%
B = 32.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#2FAB6B (or 0x2FAB6B) is known color: Medium Sea Green. HEX triplet: 2F, AB and 6B. RGB value is (47,171,107). Sum of RGB (Red+Green+Blue) = 47+171+107=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB6B is #D05494. Grayscale: #7E7E7E. Windows color (decimal): -13653141 or 7056175. OLE color: 7056175.

HSL color Cylindrical-coordinate representation of color #2FAB6B: hue angle of 149.03º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB6B is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 107 -
CMYK 0.73 0 0.37 0.33
HSL 149.03º 0.57% 0.43% -
HSV(B) 149.03º 0.73% 0.67% -
XYZ 18.39 30.79 18.88 -
YUV 126.63 116.92 71.2 -
System Red Green Blue C M Y K H S L
Decimal 47 171 107 0.73 0 0.37 0.33 149.03 0.57 0.43
Hex 2F AB 6B 49 0 25 21 95 39 2B
Octal 57 253 153 111 0 45 41 225 71 53
Binary 101111 10101011 1101011 1001001 0 100101 100001 10010101 111001 101011

Color Harmonies of #2FAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB6B

Black with #2FAB6B

Text Example


Text Example

White with #2FAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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