Html Css Color HEX #2FAB6E Medium Sea Green

📋 copy color: '#2FAB6E'

red 47 ◦ green 171 ◦ blue 110

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

Shades of Medium Sea Green #2FAB6E

Tints of Medium Sea Green #2FAB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 14.33%
G = 52.13%
B = 33.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#2FAB6E (or 0x2FAB6E) is known color: Medium Sea Green. HEX triplet: 2F, AB and 6E. RGB value is (47,171,110). Sum of RGB (Red+Green+Blue) = 47+171+110=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB6E is #D05491. Grayscale: #7F7F7F. Windows color (decimal): -13653138 or 7252783. OLE color: 7252783.

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

Color convert

RGB 47 171 110 -
CMYK 0.73 0 0.36 0.33
HSL 150.48º 0.57% 0.43% -
HSV(B) 150.48º 0.73% 0.67% -
XYZ 18.55 30.86 19.73 -
YUV 126.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 47 171 110 0.73 0 0.36 0.33 150.48 0.57 0.43
Hex 2F AB 6E 49 0 24 21 96 39 2B
Octal 57 253 156 111 0 44 41 226 71 53
Binary 101111 10101011 1101110 1001001 0 100100 100001 10010110 111001 101011

Color Harmonies of #2FAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB6E

Black with #2FAB6E

Text Example


Text Example

White with #2FAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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