Html Css Color HEX #2FAE71 Medium Sea Green

📋 copy color: '#2FAE71'

red 47 ◦ green 174 ◦ blue 113

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

Shades of Medium Sea Green #2FAE71

Tints of Medium Sea Green #2FAE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.1%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 14.07%
G = 52.1%
B = 33.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#2FAE71 (or 0x2FAE71) is known color: Medium Sea Green. HEX triplet: 2F, AE and 71. RGB value is (47,174,113). Sum of RGB (Red+Green+Blue) = 47+174+113=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE71 is #D0518E. Grayscale: #818181. Windows color (decimal): -13652367 or 7450159. OLE color: 7450159.

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

Color convert

RGB 47 174 113 -
CMYK 0.73 0 0.35 0.32
HSL 151.18º 0.57% 0.43% -
HSV(B) 151.18º 0.73% 0.68% -
XYZ 19.29 32.07 20.8 -
YUV 129.07 118.92 69.46 -
System Red Green Blue C M Y K H S L
Decimal 47 174 113 0.73 0 0.35 0.32 151.18 0.57 0.43
Hex 2F AE 71 49 0 23 20 97 39 2B
Octal 57 256 161 111 0 43 40 227 71 53
Binary 101111 10101110 1110001 1001001 0 100011 100000 10010111 111001 101011

Color Harmonies of #2FAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE71

Black with #2FAE71

Text Example


Text Example

White with #2FAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,113); }

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

background-color css

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

 a { background-color: rgb(47,174,113); }

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

border-color css

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

 span { border-color: rgb(47,174,113); }

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