Html Css Color HEX #2FA975 Medium Sea Green

📋 copy color: '#2FA975'

red 47 ◦ green 169 ◦ blue 117

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

Shades of Medium Sea Green #2FA975

Tints of Medium Sea Green #2FA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.75%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 14.11%
G = 50.75%
B = 35.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#2FA975 (or 0x2FA975) is known color: Medium Sea Green. HEX triplet: 2F, A9 and 75. RGB value is (47,169,117). Sum of RGB (Red+Green+Blue) = 47+169+117=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA975 is #D0568A. Grayscale: #7E7E7E. Windows color (decimal): -13653643 or 7711023. OLE color: 7711023.

HSL color Cylindrical-coordinate representation of color #2FA975: hue angle of 154.43º 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 #2FA975 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 169 117 -
CMYK 0.72 0 0.31 0.34
HSL 154.43º 0.56% 0.42% -
HSV(B) 154.43º 0.72% 0.66% -
XYZ 18.57 30.26 21.69 -
YUV 126.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 47 169 117 0.72 0 0.31 0.34 154.43 0.56 0.42
Hex 2F A9 75 48 0 1F 22 9A 38 2A
Octal 57 251 165 110 0 37 42 232 70 52
Binary 101111 10101001 1110101 1001000 0 11111 100010 10011010 111000 101010

Color Harmonies of #2FA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA975

Black with #2FA975

Text Example


Text Example

White with #2FA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,169,117); }

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

background-color css

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

 a { background-color: rgb(47,169,117); }

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

border-color css

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

 span { border-color: rgb(47,169,117); }

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