Html Css Color HEX #2FAC70 Medium Sea Green

📋 copy color: '#2FAC70'

red 47 ◦ green 172 ◦ blue 112

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

Shades of Medium Sea Green #2FAC70

Tints of Medium Sea Green #2FAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 14.2%
G = 51.96%
B = 33.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#2FAC70 (or 0x2FAC70) is known color: Medium Sea Green. HEX triplet: 2F, AC and 70. RGB value is (47,172,112). Sum of RGB (Red+Green+Blue) = 47+172+112=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC70 is #D0538F. Grayscale: #7F7F7F. Windows color (decimal): -13652880 or 7384111. OLE color: 7384111.

HSL color Cylindrical-coordinate representation of color #2FAC70: hue angle of 151.2º 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 #2FAC70 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 112 -
CMYK 0.73 0 0.35 0.33
HSL 151.2º 0.57% 0.43% -
HSV(B) 151.2º 0.73% 0.67% -
XYZ 18.85 31.28 20.37 -
YUV 127.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 47 172 112 0.73 0 0.35 0.33 151.2 0.57 0.43
Hex 2F AC 70 49 0 23 21 97 39 2B
Octal 57 254 160 111 0 43 41 227 71 53
Binary 101111 10101100 1110000 1001001 0 100011 100001 10010111 111001 101011

Color Harmonies of #2FAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC70

Black with #2FAC70

Text Example


Text Example

White with #2FAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,112); }

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

background-color css

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

 a { background-color: rgb(47,172,112); }

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

border-color css

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

 span { border-color: rgb(47,172,112); }

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