Html Css Color HEX #2FAB72 Medium Sea Green

📋 copy color: '#2FAB72'

red 47 ◦ green 171 ◦ blue 114

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

Shades of Medium Sea Green #2FAB72

Tints of Medium Sea Green #2FAB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 14.16%
G = 51.51%
B = 34.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#2FAB72 (or 0x2FAB72) is known color: Medium Sea Green. HEX triplet: 2F, AB and 72. RGB value is (47,171,114). Sum of RGB (Red+Green+Blue) = 47+171+114=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB72 is #D0548D. Grayscale: #7F7F7F. Windows color (decimal): -13653134 or 7514927. OLE color: 7514927.

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

Color convert

RGB 47 171 114 -
CMYK 0.73 0 0.33 0.33
HSL 152.42º 0.57% 0.43% -
HSV(B) 152.42º 0.73% 0.67% -
XYZ 18.77 30.95 20.9 -
YUV 127.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 47 171 114 0.73 0 0.33 0.33 152.42 0.57 0.43
Hex 2F AB 72 49 0 21 21 98 39 2B
Octal 57 253 162 111 0 41 41 230 71 53
Binary 101111 10101011 1110010 1001001 0 100001 100001 10011000 111001 101011

Color Harmonies of #2FAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB72

Black with #2FAB72

Text Example


Text Example

White with #2FAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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