Html Css Color HEX #2FA774 Medium Sea Green

📋 copy color: '#2FA774'

red 47 ◦ green 167 ◦ blue 116

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

Shades of Medium Sea Green #2FA774

Tints of Medium Sea Green #2FA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.61%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 14.24%
G = 50.61%
B = 35.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#2FA774 (or 0x2FA774) is known color: Medium Sea Green. HEX triplet: 2F, A7 and 74. RGB value is (47,167,116). Sum of RGB (Red+Green+Blue) = 47+167+116=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA774 is #D0588B. Grayscale: #7D7D7D. Windows color (decimal): -13654156 or 7644975. OLE color: 7644975.

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

Color convert

RGB 47 167 116 -
CMYK 0.72 0 0.31 0.35
HSL 154.5º 0.56% 0.42% -
HSV(B) 154.5º 0.72% 0.65% -
XYZ 18.14 29.5 21.26 -
YUV 125.31 122.74 72.15 -
System Red Green Blue C M Y K H S L
Decimal 47 167 116 0.72 0 0.31 0.35 154.5 0.56 0.42
Hex 2F A7 74 48 0 1F 23 9A 38 2A
Octal 57 247 164 110 0 37 43 232 70 52
Binary 101111 10100111 1110100 1001000 0 11111 100011 10011010 111000 101010

Color Harmonies of #2FA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA774

Black with #2FA774

Text Example


Text Example

White with #2FA774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,167,116); }

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

background-color css

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

 a { background-color: rgb(47,167,116); }

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

border-color css

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

 span { border-color: rgb(47,167,116); }

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